Normalize printed text
Signed-off-by: Richie Bendall <richiebendall@gmail.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
BEGIN
|
||||
FILE F(KIND=REMOTE);
|
||||
EBCDIC ARRAY E[0:11];
|
||||
REPLACE E BY "HELLO WORLD!";
|
||||
REPLACE E BY "HELLO WORLD";
|
||||
WRITE(F, *, E);
|
||||
END.
|
||||
|
||||
Reference in New Issue
Block a user