tranleduy2000 / pascalnide

Pascal Compiler for Android
92 stars 25 forks source link

Type file is not defined #28

Open Bo0ne opened 6 years ago

Bo0ne commented 6 years ago

Is there any file support? There are assign and close functions but I can't define a file. Example: type file1=file of integer; var F:file1; begin end.

Bo0ne commented 6 years ago

Text files seem to work fine