1 2 3 | (define x 5) cond((< x 6) set x 7) (display x) |
KGRlZmluZSB4IDUpCmNvbmQoKDwgeCA2KSBzZXQgeCA3KQooZGlzcGxheSB4KQ==
-
upload with new input
-
result: Runtime error time: 0.03s memory: 4176 kB signal: -1
ERROR: Unbound variable: set



