7 lines
73 B
Plaintext
7 lines
73 B
Plaintext
# comment
|
|
a = b ;
|
|
b = "c" ;
|
|
b = c "d" ;
|
|
c = "a" | d ;
|
|
d = "hasreturn" ;
|