pike.git/
lib/
modules/
Array.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2003-08-22
2003-08-22 00:52:35 by Martin Nilsson <mani@lysator.liu.se>
33f4d05633e68dd0ef8c510afb6f1bb9c799d7c1 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
Don't pretend return is a function.
Rev: lib/master.pike.in:1.295
Rev: lib/modules/Array.pmod:1.91
76:
arr[j] = tmp; } }
-
return
(
arr
)
;
+
return
arr;
} //! @[search_array()] works like @[map()], only it returns the index