14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
{{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> |