Talk:Introduction to OBSE arrays
There are no discussions on this page.
So is it possible to create an array of arrays? --Bruneauinfo 18:53, 24 December 2010 (EST)
- Yes. Syntax is presumably as you'd expect it to be:
let arr := ar_Construct Array let arr[0] := ar_Construct Array let arr[1] := ar_Construct Array let arr[0][0] := 4 let arr[1][0] := 5
- Etc.
- Dragoon Wraith TALK 01:41, 25 December 2010 (EST)