mtots 0.1.2

The mtots scripting language
Documentation
1
2
3
4
5
6
7
# cls && time cargo run samples/tests
import a.test
import a.fs

if __name == __main() {
    test.run(fs.dirname(__file), 'stdlib')
}