[2DNX78NE]
Run DECRYPT12 first.
I think you can guess the password to enter...
Then run BEES
(If you get the password wrong, you have to re-download it)
-create an array:
DIM arrayname[size]
-example:
DIM EXAMPLE[7]
-access an array element:
arrayname[index]
-example:
EXAMPLE[3]=12
PRINT EXAMPLE[3]
(arrays start counting at 0, and the maximum value is 1 less than the size)
well if that is BEES, then you can find the password on smilebasicsource
(If you got the password wrong before then you'll have to re-download it though)