Emil Jerabek wrote:
there's something wrong with tokenization in the current snapshot:
[pas]% cat tst.pas program foo (input);
begin while input^in [' ', "\t"] do get (input) end.
Will be fixed in the next release (emil25.pas). (It's due to those stupid BP `^n' character constants.)
Frank