BTW – that reminds me that in the above examples the eidtor does not recognize the concluding
“………. ; ”
of each statement.
However if I put in a linebreak like
“…….. <<<
;”
– it does.
That must be because each statements is one long line (it is a view definition copied from the objects-pane) and the parser within the editor stops parsing after character number somewhat in each line. No problem if you know it, but very annoying until you find out.
Of course you shouldn't write a statement like that, but when copying statements or using machine-generated statements that stuff occurs …
So just replace “for i= 1 to 256 do….” with “while not end of line do …. ” in the code or however it's expressed in the language/dialect used for the editor …
I learned that about 25 years ago …. 😀