Quote Originally Posted by audioinstinct View Post
Haha omg epic fail. Object Pascal 101, well thanks, I hate stupid mistakes like this, because I never guess the problem is something so simple.
Never a mistake is stupid... unless you do the same twice. We learn from mistakes, to do improved versions... in more spectacular failures!

Quote Originally Posted by audioinstinct View Post
It's pretty weird though, pascal is always so strict with the syntax, and it allowed me to start the program like that.
That's a compiler problem. Never used FPC and not sure if Delphi is able to catch that kind of errors at compile time, I think it warns about uninitialized variables.

If you ever play with pointers, you are going to see weirder things for sure.