rzimmerman / kal

A powerful, easy-to-use, and easy-to-read programming language for the future.
http://rzimmerman.github.io/kal
MIT License
394 stars 18 forks source link

late binding causes the class name to be defined in scope #109

Closed rzimmerman closed 11 years ago

rzimmerman commented 11 years ago
class A
  method initialize()
    me.x = 2

method bob() of A
  return 2

will result in var A; at the top of the output.