pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2021-01-12
2021-01-12 16:35:53 by Henrik Grubbström (Grubba) <grubba@grubba.org>
3d459913bc5b5fec3214e06a6fac7f453cb11e69 (
9
lines) (+
9
/-
0
)
[
Show
|
Annotate
]
Branch:
master
Documentation
[LFUNs]
: Added some compat notes.
1128:
*! @returns *! Returns the previous value at index @[index] of the current object. *!
+
*! @note
+
*! In Pike 8.0 and earlier the return value of this function was
+
*! ignored.
+
*!
*! @seealso *! @[predef::`[]=()], @[lfun::`->=()], @[lfun::_atomic_get_set()] */
1200:
*! @returns *! Returns the previous value at symbol @[index] of the current object. *!
+
*! @note
+
*! In Pike 8.0 and earlier the return value of this function was
+
*! ignored.
+
*!
*! @seealso *! @[predef::`->=()], @[::`->=()], @[lfun::`[]=()], *! @[lfun::_atomic_get_set()]