Re: buggy 4.0 program
- Posted by SDPringle Dec 15, 2008
- 1611 views
a puts(1,"test")
If you just want the facts, the error should read "incomplete statement."
a.ex:1 Syntax error - incomplete statement a ^ Press Enter
a = 1 puts(1,"test")
Here it is more desirable to see: "a has not been declared" or the 4.0 "undefined references".
Shawn Pringle