Hi,
after feeding the SymbiosLogic 825 FCode driver from Apple ( http://www.freiburg.linux.de/OpenBIOS/bin/AAPL-8250.4th ) to the tokenizer I found that the old implementation of abort" was not really doing what it should. According to IEEE 1275 it is an equivalent to -2 throw, which I implemented as a macro. This would not work and not behave like it should, so I replaced it:
flag? abort" text"
is now tokenized to:
flag? if " text" type -2 throw then
Is this the wanted behaviour? Any ideas?
Best regards, Stefan Reinauer