home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / shareware / share_46 / bc / !BC / Examples / EVariable (.txt) next >
RISC OS BBC BASIC V Source  |  1993-01-18  |  554b  |  11 lines

  1.   Compressing this file without `E' suppression will produce bad BASIC
  2.   This is because there is a THEN missing
  3.   If you are in the habit of omitting THEN statements then use this
  4.   safeguard (Output->Reduce variable names->`E' suppression, or -EVariable
  5.   if calling from CLI)
  6.   Proper programmers (!), who always put in the THEN's, can enjoy the
  7.   benefits of slightly better compressed variables
  8. a% = 1
  9.  a%<>0 a% = 2
  10.   BASIC doesn't mind if "IFE%=0E%=2"!  Why?  What's different about "<>"?
  11.