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

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

== Syntax ==
Program structure:
<lang MyrtleScript>
script ExampleProgram {
    public func main returns: int {
        // Do stuff
    }
}
</lang>