RosettaCodeData/Task/Scope-Function-names-and-labels/J/scope-function-names-and-labels-3.j
2023-07-01 13:44:08 -04:00

5 lines
61 B
Text

c_thingy_=: 3
d=: <'test'
e__d=: 4
b + e_test_
6