mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-22 18:32:09 +00:00
4 lines
60 B
Plaintext
4 lines
60 B
Plaintext
|
a = 3
|
||
|
b = a ; read a
|
||
|
a+2 = 3 ; -> "too late for postfix"
|