• Description has changed:

Diff:

--- old
+++ new
@@ -1,5 +1,6 @@
-For both `ACCEPT` and `DISPLAY,` the compiler accepts negative values for the `LINE` and `COLUMN` options. No errors are reported.
-When running `ACCEPT`, the behavior is strange: the field can be typed for an indefinite length.
+For both `ACCEPT` and `DISPLAY,` the compiler accepts negative values for the `LINE` and `COLUMN` options. 
+The compiler should report as an error that only positive, non-zero values  are allowed.
+But now no errors are reported and when running an `ACCEPT field `, the behavior is strange: the field can be typed for an indefinite length.

 Sample program:
 ~~~