mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 03:30:46 +00:00
6 lines
117 B
Plaintext
6 lines
117 B
Plaintext
|
; double-quotes indicate strings in 0.97:
|
||
|
a = "a" + 10
|
||
|
; backslash becomes escape char in 0.97:
|
||
|
b = "\"
|
||
|
c = '\'
|