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

3
Lang/DM/00-LANG.txt Normal file
View file

@ -0,0 +1,3 @@
'''DM''' (short for '''Dream Maker''') is a programming language built for the [http://www.byond.com/ BYOND game engine.]
The official language guide can be found [http://www.byond.com/docs/guide/ here], and the language reference can be found [http://www.byond.com/docs/ref/index.html here]. {{language|DM|exec=bytecode|site=http://www.byond.com/|gc=yes|checking=static}}

2
Lang/DM/00-META.yaml Normal file
View file

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

1
Lang/DM/Classes Symbolic link
View file

@ -0,0 +1 @@
../../Task/Classes/DM

View file

@ -0,0 +1 @@
../../Task/Conditional-structures/DM

1
Lang/DM/Function-definition Symbolic link
View file

@ -0,0 +1 @@
../../Task/Function-definition/DM

1
Lang/DM/Hello-world-Text Symbolic link
View file

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

1
Lang/DM/Variables Symbolic link
View file

@ -0,0 +1 @@
../../Task/Variables/DM