tranleduy2000 / pascalnide

Pascal Compiler for Android
91 stars 25 forks source link

Error of compile #23

Closed SashaKar1 closed 6 years ago

SashaKar1 commented 6 years ago

screenshot_2017-12-01-01-01-18 screenshot_2017-12-01-01-01-22

tranleduy2000 commented 6 years ago

Hello, you can't print the array. Please uses this code

for i := 1 to 7 do write(mas[i]);