Variable size/Set: Difference between revisions

No edit summary
Line 101:
 
DIM A%[10] ! the array size is 10 integers
 
DIM B[10] ! the array will hold 10 floating point values
 
DIM C$[12] ! a character array of 12 bytes</lang>
 
Anonymous user