mtots_core 0.1.2

Core implementation of the mtots scripting language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Some doc for baz the module
# Second line for some doc for baz the module
#
# Another line

bar = 1234
    # Some comments on bar

def foo() = {
    # Some doc for baz.foo the function
    # Returns 10
    10
}