mirror of
https://github.com/Asraelite/littlebigcomputer.git
synced 2025-07-17 08:16:50 +00:00
6 lines
62 B
Text
6 lines
62 B
Text
x = (y + 3) + 5;
|
|
y += x;
|
|
z = foo;
|
|
fn test() {
|
|
poop = moop;
|
|
}
|