Author Topic: Premature completion  (Read 3078 times)

dunkers

  • Senior Community Member
  • Posts: 774
  • Hero Points: 36
Premature completion
« on: September 08, 2007, 01:54:44 PM »
Trying to finish of a function thus:

Code: [Select]
return SUCCESS
Every time I hit space after the 'return' SE would put in a ';' so I couldn't type SUCESS. Huh?!? Then I noticed the function was 'void func()' so I changed it to 'int func()' and SE let me type the full line.

Just want say that's really cool. I can see where it might seriously affect ones mental well-being, but right now it caught a bug as I was typing and it's hard to argue against that :)