If you find an issue in LiveCode but are having difficulty pinning down a reliable recipe or want to sanity-check your findings with others, this is the place.
Please have one thread per issue, and try to summarize the issue concisely in the thread title so others can find related issues here.
When I issue a command which results in multi-line output perhaps better described as multi-screen output, any output after the --More-- prompt is highlighted.
The only method I can find to get it back to normal white text on black background is to use the ? character the device syntax is similar to a cisco syntax.
LCMark wrote: Thu Dec 23, 2021 8:16 pm
The problem comes with finding similarly simple syntax for relational operators - <, >, <=, >= - although I guess the following aren't too unpleasant:
I think this is a good enhancement. The LC parser does a very good job at not needing this, but of course not absolutely everywhere. "String" is already a reserved keyword, though. "Number" is still open...
I'm not a huge fan of other languages tendency to duplicate operators for different purposes, but perhaps a "<" means compare as is now the case and "<<" means compare "strictly".