RCSNUSP/COBOL: Difference between revisions

m
Added works with tag.
(Added first version of COBOL interpreter.)
 
m (Added works with tag.)
Line 5:
The memory is a 2048 byte array and the stack has a size of 512.
 
{{works with|GNU Cobol|2.0}}
<lang cobol> >>SOURCE FREE
IDENTIFICATION DIVISION.
Anonymous user