mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
5 lines
65 B
Plaintext
5 lines
65 B
Plaintext
f(x) = do
|
|
x = x + 1
|
|
x = x + 1
|
|
return x
|
|
term.log(f(1)) |