Skip to content

Commit

Permalink
Comment modified for variable (\?)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerryjackson authored Oct 5, 2016
1 parent d82aeba commit 398041b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities.fth
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ DECIMAL
( [DEFINED] [IF] [ELSE] and [THEN] are in the optional Programming Tools )
( word set. )

VARIABLE (\?) 0 (\?) ! ( Word defined/undefined flag )
VARIABLE (\?) 0 (\?) ! ( Flag: Word defined = 0 | word undefined = -1 )

( [?DEF] followed by [?IF] cannot be used again until after [THEN] )
: [?DEF] ( "name" -- )
Expand Down

0 comments on commit 398041b

Please sign in to comment.