Hello.
Time for a new release of Blassic.
The command line option -x exclude keywords. You can use it to load
programas that use one of the Blassic keywords as a variable name.
New functions added: RINSTR is like INSTR but from the end of the
string to the beginning. FIND_FIRST_OF, FIND_LAST_OF,
FIND_FIRST_NOT_OF, FIND_LAST_NOT OF are like the string methods of C++
with the same name. The syntax is identical to INSTR. They find the
first (last) character in the first string that is (is not) present on
the second string.
LET can now be used as an operator, that is, you can do:
LET a= LET B= 1
The value returned by LET is the value assigned to the var. That
intends to be useful in IF, WHILE and other instructions.
The SYMBOL AFTER instruction is added, to better compatibility with
the Amstrad CPC way of defining chars.
That's all.›d A
Regards.