RosettaCodeData/Task/Dynamic-variable-names/APL/dynamic-variable-names.apl

6 lines
150 B
APL
Raw Permalink Normal View History

2019-09-12 10:33:56 -07:00
is{ t ⎕this,'←t' } ⍝⍝ the 'Slick Willie' function ;)
'test' is 2 3
test
1 1 1 2 1 3
2 1 2 2 2 3