9 lines
672 B
Text
9 lines
672 B
Text
( VL=. (<@:((<'"')(0:`)(,^:)&_))"0@:(^&2)@:i. 10 ) NB. Producing a list of boxed anonymous verbs (functions)
|
|
┌───┬───┬───┬───┬────┬────┬────┬────┬────┬────┐
|
|
│0"_│1"_│4"_│9"_│16"_│25"_│36"_│49"_│64"_│81"_│
|
|
└───┴───┴───┴───┴────┴────┴────┴────┴────┴────┘
|
|
|
|
{::&VL 5 NB. Evoking the 6th verb (function)
|
|
25"_
|
|
{::&VL 5 '' NB. Invoking the 6th verb with a dummy argument ('')
|
|
25
|