Files
kraken/tests/grammer.kgm
2015-07-05 02:34:45 -04:00

7 lines
73 B
Plaintext

# comment
a = b ;
b = "c" ;
b = c "d" ;
c = "a" | d ;
d = "hasreturn" ;