Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Bernd Paysan
bigforth
Commits
6507afdb
Commit
6507afdb
authored
Mar 20, 2010
by
bp
Browse files
Fixed begin-structure
git-svn-id:
https://forth-ev.de/repos/bigforth@1633
3b8d8251-53f3-0310-8f3b-fd1cb8370982
parent
66330390
Changes
1
Hide whitespace changes
Inline
Side-by-side
forth200x.fs
View file @
6507afdb
...
...
@@ -76,7 +76,7 @@ last @ to keycode-end
\
structures
: begin-structure ( -- here ) $AAAAAAAA Constant lastcfa @ 4 + ;
: begin-structure ( -- here ) $AAAAAAAA Constant lastcfa @ 4 +
0
;
: end-structure ( here size -- ) swap ! ;
: +field ( n1 n2 "
name
" -- n3 )
>r >r : r@ postpone Literal postpone + postpone ; macro r> r> + ;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment