forked from enviPath/enviPy
Current Dev State
This commit is contained in:
20
static/js/ketcher2/node_modules/varstream/tests/fixtures/6-arrays.dat
generated
vendored
Executable file
20
static/js/ketcher2/node_modules/varstream/tests/fixtures/6-arrays.dat
generated
vendored
Executable file
@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user