Just another update

This commit is contained in:
Ingy döt Net 2015-02-20 00:35:01 -05:00
parent a25938f123
commit 00a190b0a6
6591 changed files with 94363 additions and 23227 deletions

View file

@ -1,2 +1,4 @@
---
category:
- Simple
note: Basic language learning

View file

@ -0,0 +1,2 @@
BR 14
END

View file

@ -0,0 +1 @@
'BEGIN' 'END'

View file

@ -0,0 +1 @@
// {print}

View file

@ -1 +0,0 @@
10 END

View file

View file

@ -0,0 +1 @@
unit

View file

@ -1 +1,4 @@
unit
functor
define
skip
end

View file

@ -1 +0,0 @@
/*comment*/

View file

@ -1 +1 @@
/**/
/*comment*/

View file

@ -1 +1 @@
/*REXX*/
/**/

View file

@ -1 +1 @@
/*this REXX program calculates if a date is a workday for the XYZ Company.*/
/*REXX*/

View file

@ -0,0 +1 @@
/*this REXX program calculates if a date is a workday for the XYZ Company.*/

View file

@ -0,0 +1,2 @@
BEGIN
END

View file

@ -0,0 +1,2 @@
Sub Main()
End Sub