Creating an Array: Difference between revisions

Content added Content deleted
No edit summary
(Added Toka)
Line 330: Line 330:
[qw(a b c d e f g)],
[qw(a b c d e f g)],
[qw(! $ %
[qw(! $ %

==[[Toka]]==
[[Category:Toka]]
Toka allows creation of an array using is-array. Access to the elements is done using
get-element, put-element, get-char-element, and put-char-element functions. You can
not initialize the values automatically using the core array functions.

100 cells is-array foo
100 chars is-array bar