Hello.
A new release of Blassic is coming, with few changes this time.
Command line option -p to print expressions. Almost always I use the -e option
in
the form "blassic -e 'PRINT 234 * 345' ", then I make this option and now only
write "blassic -p '234 * 435' ".
Now you can use "-" in command line instead of a file name to mean read a
program from standard input. This has some differences respect to take directly
the input from standard input, notably that the program does not require line
numbers and you don't need to put "RUN" at end.
And finally, numeric variables can have the "#" suffix. This is used in many
Basics
to mean double precission. In Blassic all floating point variables are already
double precission, but admitting this suffix simplifies the use of old programs.