top | item 46549539

(no title)

jborean93 | 1 month ago

& has no special behaviour in strings, backticks and $ on the other hand do. For example "&Some String&" and '&Some String&' are all the literal value `&Some String&`. Backticks and $ are special in double quoted strings as they are the escape character and variable reference chars respectively.

discuss

order

No comments yet.