pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:24:40 by Henrik Grubbström (Grubba) <grubba@grubba.org>
966f47599044fb715609f45e001b4d9c565407b3 (
31
lines) (+
19
/-
12
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Documentation: Moved some lfun documentation around.
866:
*! It's assumed that this function is side-effect free. */
-
/*! @decl mixed lfun::`[..](zero low, int low_bound_type, @
-
*! zero high, int high_bound_type)
-
*!
-
*! Subrange callback.
-
*!
-
*! @note
-
*! It's assumed that this function is side-effect free.
-
*!
-
*! @seealso
-
*! @[predef::`[..]]
-
*/
-
+
/*! @decl mixed lfun::`[](zero arg1, zero|void arg2) *! *! Indexing callback.
1195:
*! @[predef::Iterator], @[predef::get_iterator], @[predef::foreach()] */
+
/*! @decl mixed lfun::`[..](zero low, int low_bound_type, @
+
*! zero high, int high_bound_type)
+
*!
+
*! Subrange callback.
+
*!
+
*! @note
+
*! It's assumed that this function is side-effect free.
+
*!
+
*! @seealso
+
*! @[predef::`[..]]
+
*/
+
+
/**** END TRUE LFUNS ****/
+
/**** BEGIN FAKE LFUNS ****/
+
/*! @decl mixed lfun::_search(mixed needle, mixed|void start) *! *! Search callback.
1307:
*! @[predef::random()] */
+
/**** END FAKE LFUNS ****/
+
/**** BEGIN MAGIC LFUNS ****/
+
/*! @decl mixed lfun::`symbol() *! @decl mixed lfun::`->symbol() *!