March 2014 update

This commit is contained in:
Ingy döt Net 2014-04-02 16:56:35 +00:00
parent 09687c4926
commit a25938f123
1846 changed files with 21876 additions and 5203 deletions

View file

@ -0,0 +1,3 @@
myVar=immutable (m=mutable) immutable;
changed:?(myVar.m);
lst$myVar

View file

@ -1 +1,4 @@
01 Foo CONSTANT AS "Foo".
ENVIRONMENT DIVISION.
CONFIGURATION SECTION.
SPECIAL-NAMES.
SYMBOLIC CHARACTERS NUL IS 0, TAB IS 9.

View file

@ -1 +1 @@
78 Foo VALUE "Foo".
01 Foo CONSTANT AS "Foo".

View file

@ -1,2 +1 @@
CONSTANT SECTION.
01 Foo VALUE "Foo".
78 Foo VALUE "Foo".

View file

@ -0,0 +1,2 @@
CONSTANT SECTION.
01 Foo VALUE "Foo".