crftng-intrprtrs/test.lox

7 lines
69 B
Plaintext
Raw Normal View History

2022-05-01 19:26:17 +02:00
asdf = 1;
2022-05-05 19:29:50 +02:00
asdf2 = 1;
{
print "asdf "+asdf;
print "asdf2"+asdf2;
};