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-FileThis section deals with moving source files from ergo!pro to GBE. ergo!pro has a token processor, which allows the manipulation of source lines before it's sent to the compiler. GBE has a preprocessor which is very similiar with some of the same features, however the command syntax is much different. ergo!pro GBE ++SYM/--SYM see #DC* +SYM not supported -PRF not supported DASYM/TISYM see HIMEM -> gbe_lib.hyp Unused subroutines see option 'Unused Subs' .+ not supported .$INCLUDE see #INC --XYZ/++XYZ see #DL* -XYZ not supported IF-THEN test! see #IFM, #IFT, #MAK, #KEY I had a lot of trouble understanding the ergo!pro documentation because it's entirely in German. The above information is based on google translations and might be incorrect.