Difference between revisions of "Introduction to OBSE arrays"
Jump to navigation
Jump to search
m
Fixed a typo
imported>QQuix m (Typo) |
imported>QQuix m (Fixed a typo) |
||
Line 201: | Line 201: | ||
let MyArray := ar_Construct array | let MyArray := ar_Construct array | ||
Let MyArray[0] := 123 | Let MyArray[0] := 123 | ||
Let MyArray[ | Let MyArray[1] := 456 | ||
Let MyArray[ | Let MyArray[2] := 789 | ||
</dl></dl> | </dl></dl> | ||