RosettaCodeData/Task/Scope-Function-names-and-labels/J/scope-function-names-and-labels-3.j
2016-12-05 22:15:40 +01:00

5 lines
61 B
Text

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