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

21
Lang/ProDOS/00-LANG.txt Normal file
View file

@ -0,0 +1,21 @@
{{language}}
ProDOS is an open-source command-based programming language created by Riley Houlahan. It is the first language of its kind to be created entirely in Windows 7 Batch (see [[:Category:Batch File|Batch File]]). It is currently in developmental form and is expected to be released in version 1.0 by early next year (2012).
===Overview===
ProDOS is a command-based language. This term refers to any form of language that uses built-in commands to function, instead of strings of keywords to function. For example:
<lang ProDOS>printline Hello, World!</lang>
The command "printline" is used to display the line "Hello, World". For clarification, in Java the alternative would be:
<lang Java>public class HelloWorld
{
public static void main(String[] args)
{
System.out.println("Goodbye, World!");
}
}</lang>
As you can see, the difference is quite significant. The command "printline" is pre-defined, this means that the user does not have to define classes,etc.
===Future Implementations===
ProDOS has not yet reached a release stage, but due to it being only a few months left until it is able to be released, ProDOS 1 will be ready to be released for public distribution by early 2012.

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

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

1
Lang/ProDOS/100-doors Symbolic link
View file

@ -0,0 +1 @@
../../Task/100-doors/ProDOS

1
Lang/ProDOS/24-game Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game/ProDOS

1
Lang/ProDOS/24-game-Solve Symbolic link
View file

@ -0,0 +1 @@
../../Task/24-game-Solve/ProDOS

1
Lang/ProDOS/A+B Symbolic link
View file

@ -0,0 +1 @@
../../Task/A+B/ProDOS

View file

@ -0,0 +1 @@
../../Task/Arithmetic-Integer/ProDOS

1
Lang/ProDOS/Comments Symbolic link
View file

@ -0,0 +1 @@
../../Task/Comments/ProDOS

1
Lang/ProDOS/Copy-a-string Symbolic link
View file

@ -0,0 +1 @@
../../Task/Copy-a-string/ProDOS

1
Lang/ProDOS/Create-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Create-a-file/ProDOS

1
Lang/ProDOS/Delete-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Delete-a-file/ProDOS

View file

@ -0,0 +1 @@
../../Task/Dynamic-variable-names/ProDOS

1
Lang/ProDOS/Empty-program Symbolic link
View file

@ -0,0 +1 @@
../../Task/Empty-program/ProDOS

View file

@ -0,0 +1 @@
../../Task/Factors-of-an-integer/ProDOS

View file

@ -0,0 +1 @@
../../Task/Guess-the-number/ProDOS

View file

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

1
Lang/ProDOS/Menu Symbolic link
View file

@ -0,0 +1 @@
../../Task/Menu/ProDOS

View file

@ -0,0 +1 @@
../../Task/Random-number-generator-device-/ProDOS

1
Lang/ProDOS/Rename-a-file Symbolic link
View file

@ -0,0 +1 @@
../../Task/Rename-a-file/ProDOS

View file

@ -0,0 +1 @@
../../Task/Terminal-control-Clear-the-screen/ProDOS