Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/03-variables.f
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
here @ 4 + , \ compile address past new word's exit call
['] exit , \ compile exit
reveal \ make created word visible
0 state ! \ switch back to interpretation state
0 state ! ; \ switch back to interpretation state

\ cells are 2 bytes wide
: cells ( -- x ) lit [ 2 , ] ;
Expand Down