Category:MyrtleScript: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
No edit summary
 
Line 1: Line 1:
{{stub}}{{language|MyrtleScript}}
{{stub}}{{language|MyrtleScript}}


MyrtleScript is a language developed by Finn Thomas in 2015
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>

Latest revision as of 14:37, 31 October 2015

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
MyrtleScript
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using 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>

Pages in category "MyrtleScript"

The following 2 pages are in this category, out of 2 total.