Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{{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>

View file

@ -0,0 +1,2 @@
---
from: http://rosettacode.org/wiki/Category:MyrtleScript

1
Lang/MyrtleScript/Factorial Symbolic link
View file

@ -0,0 +1 @@
../../Task/Factorial/MyrtleScript

View file

@ -0,0 +1 @@
../../Task/Hello-world-Text/MyrtleScript