Home > Archive > Software Engineering > October 2006 > compiler
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
|
| i have just dowloaded the compiler dev+gnu, when i went in to the program to try it, i wrote two simple lines.
begin
writln" hello"
readln;
end
i then went to compile and run, but nothing happend i got an error to do with a reference, what has gone wrong | |
| chaza 2006-10-16, 12:46 pm |
| quote: Originally posted by chaza
i have just dowloaded the compiler dev+gnu, when i went in to the program to try it, i wrote two simple lines.
begin
writln" hello"
readln;
end
i then went to compile and run, but nothing happend i got an error to do with a reference, what has gone wrong
| |
| chaza 2006-10-16, 12:48 pm |
| quote: Originally posted by chaza
i hqave not created anything yet, all i did was;
begin
writeln;" hello"
end
when i go to compile it , it should do something |
|
|
|
|