6 lines
90 B
Text
6 lines
90 B
Text
Input "ROWS? ",R
|
|
Input "COLS? ",C
|
|
{R,C}→dim([A])
|
|
42→[A](1,1)
|
|
Disp [A](1,1)
|
|
DelVar [A]
|