Files
j-lang/projects/mycpu/functions.j
Jose Luis Montañes Ojados 9610957f1b add turingcomplete cpu compiler
2026-03-03 01:18:47 +01:00

6 lines
62 B
Plaintext

g = 2
fn suma(x, y):
return x + y
x = suma(5, 2) - g + 1