Files
j-lang/projects/mycpu/functions.j

6 lines
62 B
Plaintext
Raw Permalink Normal View History

2026-03-03 01:18:47 +01:00
g = 2
fn suma(x, y):
return x + y
x = suma(5, 2) - g + 1