littlebigcomputer/compiler/examples/test.parva
2024-05-17 18:37:51 +02:00

6 lines
62 B
Text

x = (y + 3) + 5;
y += x;
z = foo;
fn test() {
poop = moop;
}