modal/examples/test.modal

9 lines
272 B
Plaintext
Raw Normal View History

2024-04-07 16:09:58 -04:00
<> (explode ?*) (str (?*))
<> (reverse (str (?h ?t))) (reverse/l ?t (?h))
<> (reverse (str (?h))) (?h)
<> (reverse/l (?h ?t) ?l) (reverse/l ?t (?h ?l))
<> (reverse/l (?h) ?l) (str (?h ?l))
<> (implode str ?*) (?*)
2024-04-07 19:16:33 -04:00
<> ((read)) (?:)
2024-04-04 20:15:16 -04:00
2024-04-07 19:16:33 -04:00
(implode reverse (explode hello)) (read)