blob: 6075a334a1b08ed5d574627ba04dab8597ba4875 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 closure bind_lambda(closure, object ob)
3
4DESCRIPTION
5 Binds an unbound lambda closure to an object and return it.
6 The efun can also be used to rebind an efun-, simul-efun
7 or operator closure to a different object.
8
9 If the optional argument ob is not this_object(), the privilege
10 violation ("bind_lambda", this_object(), ob) occurs.
11
12HISTORY
13 Introduced in 3.2@82.
14
15SEE ALSO
16 lambda(E), unbound_lambda(E), apply(E), funcall(E), closures(LPC)