RosettaCodeData/Lang/MyrtleScript/00DESCRIPTION

14 lines
294 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
{{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>