Anonymous subroutines run inside a block frame (Closes: #1107).
commit97b4a12c094cc4a89b8fa204bae2813579594fac
authorAngel Ortega <angel@triptico.com>
Sat, 6 Oct 2007 08:54:48 +0000 (6 10:54 +0200)
committerAngel Ortega <angel@triptico.com>
Sat, 6 Oct 2007 08:54:48 +0000 (6 10:54 +0200)
tree2bf1cdd07b0d86a3340c106c8353153fe4d635b7
parentf6bab3b1b827b399c6770897f805a5608b0af3cc
Anonymous subroutines run inside a block frame (Closes: #1107).

As they now run inside a block frame, they have access to the
local variables defined in the subroutine they are called from.
This change MAY BE DISRUPTIVE and has not been thoroughly tested.
Code that relies on previous behaviour (the anonymous subroutines
have an isolated frame) can break (though probably there isn't any).
TODO
VERSION
mpsl.y