RosettaCodeData/Task/Arrays/TI-83-BASIC/arrays-2.basic
2023-07-01 13:44:08 -04:00

3 lines
38 B
Text

{1,2,3,4,5}→L1
Disp L1(3)
0→L1(4)