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