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-FileChange PROCEDURE call style. There are two options: 1) Short form: @proc_name 2) Long form: GOSUB proc_name The entire listing will be updated to the desired style. Note: Don't use this option if you prefer the minimum form 'proc_name'. Removing '@' or 'GOSUB' could cause problems with procedure names that start with a reserved word. Thus the option to remove them isn't provided. This is entirely a visual thing and has no impact on performance.