9 lines
99 B
Text
9 lines
99 B
Text
:+2 + 2 + ;
|
|
:*2 * 2 * ;
|
|
|
|
:apply exec ;
|
|
|
|
23 45 @+2 apply print nl
|
|
8 4 @*2 apply print nl
|
|
|
|
" " input
|