Category:MyrtleScript

From Rosetta Code
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.