pike.git/
src/
builtin_functions.c
Branch:
Tag:
Non-build tags
All tags
No tags
2015-06-18
2015-06-18 12:48:29 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4f44a42f13b1a61efdf8268e47cf17843c5f4c0a (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
this_object(): Minor documentation fix.
2916:
*! *! Returns the object we are currently evaluating in. *!
-
*! @[level]
might
be used to access the object of a surrounding
+
*!
@param
level
+
*!
@[level]
may
be used to access the object of a surrounding
*! class: The object at level 0 is the current object, the object *! at level 1 is the one belonging to the class that surrounds *! the class that the object comes from, and so on.