fakir/examples/string.fk

3 lines
112 B
Plaintext

(assert= 'hello world' (cat 'hello' ' world'))
(assert= 'yoyoyo' (dup 'yo' 3))
(assert= 'e' (char-at 'hello' 1))