2 lines
42 B
Forth
2 lines
42 B
Forth
|
|
: chain ( a b -- ) 2dup @ swap ! ! ;
|
|
|
: chain ( a b -- ) 2dup @ swap ! ! ;
|