[Omake] odd bug?
Erick Tryzelaar
erickt at dslextreme.com
Thu Jan 11 10:31:40 PST 2007
Not sure why the "z" definition isn't finding x. You guys know?
% Foo. =
Foo> Foo. =
Foo> x = 1
Foo> y = 2
Foo> z = $`(this.x) hello $`(this.y)
Foo> .
.
- : class Object
x = "1" : Sequence
y = "2" : Sequence
z = <sequence $(apply this.x) " hello " : Sequence $(apply
this.y)> : Sequence
object-length = <fun 0>
object-map = <fun 1>
object-mem = <fun 1>
object-find = <fun 1>
object-add = <fun 2>
object-foreach = <fun 3>
% echo $(Foo.z)
*** omake error:
File -: line 9, characters 4-14
unbound variable: x
More information about the Omake
mailing list