Creating an Array: Difference between revisions

Added Toka
No edit summary
(Added Toka)
Line 330:
[qw(a b c d e f g)],
[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
Anonymous user