Nested templated data: Difference between revisions

m
No edit summary
Line 184:
 
=={{header|Julia}}==
The array structure needs to be specified as Any type of data, to allow later assignment of stringsString to the pacespositions in the array where thereoriginally arecontaining integers.
<lang julia>t = ([Any[Any[1, 2],
Any[3, 4, 1],
4,108

edits