Skip to content

Commit

Permalink
Nested blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
davazp committed Apr 24, 2012
1 parent 5111bec commit f95ca63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion input.fs
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,9 @@ variable blk

\ TODO: Not to use buffers to evaluate the blocks
: load ( u -- )
blk? @
blk? on
blk @ swap dup blk ! block 1024 evaluate blk !
blk? off ;
blk? ! ;

\ input.fs ends here

0 comments on commit f95ca63

Please sign in to comment.