function applier bug
following program causes application error
in build008, it avoids an application error, but raises an explicit error.
assignment of instance method to a variable has been implemented. following example now works correctly.
f = "hello world".left f(4)
following program causes application error