MyrtleScript

{{stub}}{{language|MyrtleScript}}

MyrtleScript is a language developed by Finn Thomas in 2015. The language is interpreted and statically typed.

== Syntax == Program structure:


script ExampleProgram {
    public func main returns: int {
        // Do stuff
    }
}

Tasks