4 lines
90 B
Text
4 lines
90 B
Text
x = #.array("a")
|
|
#.output("a -> ",x[1]," ",x[2])
|
|
x = [98,0]
|
|
#.output("98 0 -> ",#.str(x))
|