4 lines
69 B
Text
4 lines
69 B
Text
|
|
(with s "12345"
|
||
|
|
(= s String((+ (to-Int s) 1))))
|
||
|
|
(textout s))
|