•  Back 
  •  Main 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  STG Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : GFA-Basic Editor
Author      : Lonny Pursell
Version     : GBE.HYP v3.74 (12/31/2023)
Subject     : Programming/Documentation
Nodes       : 171
Index Size  : 4296
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Default
@help       : STG Help
@options    : +g -i -s +z
@width      : 75
@hostname   : THING   
@hostname   : STRNGSRV
@hostname   : HIGHWIRE
@hostname   : CAB     
View Ref-FileTest program structure.  Note: Identical to the old editor plus some addional
tests that are known to be fatal if compiled.

These additional tests are treated like any other error and must be corrected
or Make and Run will not proceed.  These errors are denoted by the words
'(compiler bug)' following the error message.


This option also finds commands which do not always compile correctly. They
cause strange behavior if used certain ways. These are known bugs in the
compiler. Detectable issues:

  DIM or ERASE inside a FUNCTION

  DEFFN inside a PROCEDURE or FUNCTION

  FOR byte|=? TO ? STEP -1   (negative number)
  FOR byte|=? TO ? STEP -var (negative notation)