Re: TIB: Re: BASIC Programming Guide
[Prev][Next][Index][Thread]
Re: TIB: Re: BASIC Programming Guide
Already documented. The coolest part about expr is that you can use it
combined with define to parse together programs. Programs writing
programs...It's so cool! And you can use expr or # to recall variables named
in a string (but you can only use # if you are storing, of course).
Grant Elliott
<A
HREF="http://www.crosswinds.net/~proganon">Programmers Anonymous</A>
In a message dated 12/24/99 7:58:08 PM Eastern Standard Time,
elendur@freesurf.ch writes:
> A very nice possibility (I don't know if you have already documented it):
> with the expr() func., it is possible to execute basic commands.
> i.e: expr("disp 1012")
> That could be very useful.
Follow-Ups: