Unicode variable names: Difference between revisions

Content added Content deleted
(Added AppleScript (ASObjC) solution.)
m (→‎{{header|AppleScript}}: Minor edit to allow correction of summary. It's not ASObjC. The site's autofill must have got overexcited.)
Line 107: Line 107:
=={{header|AppleScript}}==
=={{header|AppleScript}}==


In AppleScript, "identifiers whose first and last characters are vertical bars (|) can contain any characters." The AppleScript Language Guide doesn't recommend their use as they can make scripts difficult to read, but they're perfectly legal.
In AppleScript, identifiers whose first and last characters are vertical bars (|) can contain any characters. The AppleScript Language Guide doesn't recommend their use as they can make scripts difficult to read, but they're perfectly legal.


<lang applescript>set |Δ| to 1
<lang applescript>set |Δ| to 1