Skip to content

Commit

Permalink
#419 use POSTPONE in [']
Browse files Browse the repository at this point in the history
  • Loading branch information
TG9541 committed Apr 5, 2021
1 parent 4de88d9 commit fd74999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/[']
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\ STM8eForth : ['] (like in forth-standard.org) TG9541-210322

\ Place name's execution token xt on the stack
: ['] ( compilation:"name" --; run-time: -- xt) ' [COMPILE] LITERAL ; IMMEDIATE
: ['] ( compilation:"name" --; run-time: -- xt) ' POSTPONE LITERAL ; IMMEDIATE

0 comments on commit fd74999

Please sign in to comment.