Changeset 533
- Timestamp:
- 02/05/09 00:01:32 (3 years ago)
- File:
-
- 1 edited
-
interpreter/trunk/docs/kite-language.texi (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
interpreter/trunk/docs/kite-language.texi
r520 r533 184 184 185 185 Unlike in other languages, there is no concept of static vs. instance methods; however, 186 @code{this} will be null inside of methods called without an instance and not called187 inside of a class. Methods can take any number of parameters, and method overloading is 188 possible:186 @code{this} will be set to the class object inside of methods called without an instance 187 and not called inside of a class. Methods can take any number of parameters, and method 188 overloading is possible: 189 189 190 190 @example
Note: See TracChangeset
for help on using the changeset viewer.
