seqlings 3.0.7

Interactive exercises for learning Seq, a stack-based programming language
1
2
3
4
5
6
: test-transform ( -- )
    "seq" string.to-upper
    "SEQ" string.equal? test.assert
    "  hello  " string.trim
    "hello" string.equal? test.assert
;