GNU APL: Difference between revisions

Jump to navigation Jump to search
36 bytes added ,  21:53, 10 September 2022
m
Text replacement - "</source>" to "</syntaxhighlight>"
No edit summary
m (Text replacement - "</source>" to "</syntaxhighlight>")
Line 32: Line 32:
== Encoding ==
== Encoding ==


GNU APL tends to prefer the [[Unicode]] ''Lozenge'' (U+25CA; <source lang=apl inline>◊</source>) and ''Element of'' (U+2208; <source lang=apl inline>∈</source>) over ''Diamond operator'' (U+22C4; <source lang=apl inline>⋄</source>) and ''Small Element of'' (U+220A; <source lang=apl inline>∊</source>) which are more commonly used by other dialects. This can lead to [[SYNTAX ERROR]]s if attempting to use code written for GNU APL in other implementations. However, GNU APL also accepts the more common code points.
GNU APL tends to prefer the [[Unicode]] ''Lozenge'' (U+25CA; <source lang=apl inline>◊</syntaxhighlight>) and ''Element of'' (U+2208; <source lang=apl inline>∈</syntaxhighlight>) over ''Diamond operator'' (U+22C4; <source lang=apl inline>⋄</syntaxhighlight>) and ''Small Element of'' (U+220A; <source lang=apl inline>∊</syntaxhighlight>) which are more commonly used by other dialects. This can lead to [[SYNTAX ERROR]]s if attempting to use code written for GNU APL in other implementations. However, GNU APL also accepts the more common code points.
== External links ==
== External links ==


Navigation menu