Menu

#9 Multiple assignment operator in slist

open
nobody
twine (5)
5
2002-07-26
2002-07-26
No

'x ($y) =

reports "InvalidOperand: Nested lists and operators not
allowed"

but

('x 'y) ($y $x) =

does not complain, and probably corrupts memory. However,

('x 'y) {$y $x} =

works as it should, so this is strictly an omitted type
check.

Discussion


Log in to post a comment.