Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Lang/MyrtleScript/00-LANG.txt
Normal file
14
Lang/MyrtleScript/00-LANG.txt
Normal 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>
|
||||
2
Lang/MyrtleScript/00-META.yaml
Normal file
2
Lang/MyrtleScript/00-META.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
---
|
||||
from: http://rosettacode.org/wiki/Category:MyrtleScript
|
||||
1
Lang/MyrtleScript/Factorial
Symbolic link
1
Lang/MyrtleScript/Factorial
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Factorial/MyrtleScript
|
||||
1
Lang/MyrtleScript/Hello-world-Text
Symbolic link
1
Lang/MyrtleScript/Hello-world-Text
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../Task/Hello-world-Text/MyrtleScript
|
||||
Loading…
Add table
Add a link
Reference in a new issue