seqlings 3.0.7

Interactive exercises for learning Seq, a stack-based programming language
1
2
3
4
: test-split ( -- )
    "red:green:blue" ":" string.split
    list.length 3 test.assert-eq
;