maid-lang 1.1.0

Maid Programming Language
Documentation
1
2
3
4
5
# file test_loop.maid: test a large iteration of maid's 'walk' loop

walk i = 0 through 10000 {
    serve(i);
}