September 2017 Update

This commit is contained in:
Ingy döt Net 2017-09-23 10:01:46 +02:00
parent bba7bfd280
commit ba8067c3b7
14570 changed files with 153136 additions and 63871 deletions

View file

@ -0,0 +1,7 @@
class EmptyApp : Application
{
void Main()
{
}
}

View file

@ -0,0 +1,6 @@
CREATE COMPUTE MODULE ESQL_Compute
CREATE FUNCTION Main() RETURNS BOOLEAN
BEGIN
RETURN TRUE;
END;
END MODULE;

View file

@ -1,3 +1,3 @@
#symbol program =
program =
[
].

View file

@ -0,0 +1,4 @@
--Language prints the text in " "
import Html
main =
Html.text"empty"

View file

@ -0,0 +1 @@
X is a room

View file

@ -0,0 +1 @@
empty

View file

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

View file

@ -1,2 +0,0 @@
#!/usr/bin/perl
# A program without a body will work too

View file

@ -1 +0,0 @@
#!/usr/bin/perl

View file

@ -0,0 +1 @@
\bye

View file

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

View file

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

View file

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

View file

@ -0,0 +1,3 @@
program define nop
version 15
end

View file

@ -0,0 +1,2 @@
function nop() {
}

View file

@ -0,0 +1 @@
#!/bin/ksh

View file

@ -0,0 +1,2 @@
c:=Compiler.Compiler.compileText("");
c() //--> Class(RootClass#)