forked from enviPath/enviPy
21 lines
328 B
Plaintext
Executable File
21 lines
328 B
Plaintext
Executable File
# Playing with arrays
|
|
aSimpleArray.!=0
|
|
aSimpleArray.+=1
|
|
aSimpleArray.+=2
|
|
aSimpleArray.+=3
|
|
^.+=4
|
|
^.+=5
|
|
^.+=6
|
|
^.+=7
|
|
^.*=8
|
|
^.*=9
|
|
aSimpleArray.+=9
|
|
aSimpleArray.*=8
|
|
aSimpleArray2.!.value=0
|
|
aSimpleArray2.+.value=1
|
|
aSimpleArray2.!.value=2
|
|
aSimpleArray2.+.value=3
|
|
aSimpleArray2.*.value=4
|
|
aSimpleArray2.0.value=5
|
|
aSimpleArray2.9.value=5
|