RosettaCodeData/Task/Higher-order-functions/8th/higher-order-functions.8th

7 lines
99 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: pass-me
"I was passed\n" . ;
: passer
w:exec ;
\ pass 'pass-me' to 'passer'
' pass-me passer