RosettaCodeData/Task/Create-a-two-dimensional-ar.../Ring/create-a-two-dimensional-ar...

6 lines
195 B
Plaintext

See 'Enter width : ' give width
See 'Enter height : ' give height
width=0+width height=0+height
aList = list(height) for x in aList x = list(width) next
aList[1][2] = 10 See aList[1][2] + nl