Name: noko 2011-09-24 15:44
How can you tell if a variable identifier is free or bound in a statement?
Foo = proc {$ List Count Length ?Res}
Do they have to be declared and called to be bound? What about a function? If I set something like R = Foo{ blah blah blah blah} is R bound?
Foo = proc {$ List Count Length ?Res}
Do they have to be declared and called to be bound? What about a function? If I set something like R = Foo{ blah blah blah blah} is R bound?