Ok this is quite urgent - I've got some pascal work to do for tomorrow and the exercise is about file handling - problem is the teacher only told us about file handling on windows
i've tried writing the same thing i would for windows but replacing the file path with just "/" as the root but that didnt work. the compiler had no problems but the terminal did this when i ran it:
the weird thing is, i didn't put a string that says 'loading...' in the code. it must have been added by the compiler
any advice would be much appreciated
i've tried writing the same thing i would for windows but replacing the file path with just "/" as the root but that didnt work. the compiler had no problems but the terminal did this when i ran it:
Loading...
Runtime error 2 at $00002354
$00002354
$0000274C
$00020954
$00001CAC
$00001B4C
$00000001
the weird thing is, i didn't put a string that says 'loading...' in the code. it must have been added by the compiler
any advice would be much appreciated