cobol-interpreter-lab/samples/outputs/addition_print.txt

7 lines
61 B
Plaintext

section
section
section
compute A = (1+1);
print A;
stop run