e0dcfa0c55
* Remove multiple newlines at the end of file * Remove the white space from the end of line
9 lines
114 B
QBasic
9 lines
114 B
QBasic
dim x(10)
|
|
mat read x
|
|
mat print x
|
|
mat redim x(7)
|
|
mat print x
|
|
mat redim x(12)
|
|
mat print x
|
|
data 1,2,3,4,5,6,7,8,9,10
|