Slang/tests/range.sl

6 lines
59 B
Plaintext
Raw Permalink Normal View History

#| Slang `range' test. |#
main {
stdio.println(1 to 3)
}