Nested templated data: Difference between revisions

m
Line 131:
 
=={{header|Julia}}==
The array structure needs to be specified as Any type of data, to allow later assignment of strings to the pacespositions inwithin the arraystructure where there are integers.
<lang julia>t = ([Any[Any[1, 2],
Any[3, 4, 1],
4,105

edits