Monkey
Store
Community
Apps
Contact
Login or Signup

Curious compiler error message.

Monkey Programming Forums/Bug Reports/Curious compiler error message.

ziggy(Posted 1+ years ago) #1
Code:
Function Main()
	Local variable:MyClass
	variable
End

Class MyClass
End


The error message is sort of funy:
Error : Identifier 'variable' not found - perhaps you meant 'variable'?

Just a minor cosmetic thingy, but shoudn't it be something like: A class instance can't be invoked, or the like?