mirror of
https://github.com/mii443/catalysa.git
synced 2025-08-22 15:05:37 +00:00
7 lines
71 B
Plaintext
7 lines
71 B
Plaintext
|
|
f x(a) ->
|
|
if (a > 2) || (a == 1)
|
|
a = 3
|
|
|
|
let a = x(x(2))
|