metaeducation / rebol-issues

6 stars 1 forks source link

form: behavior change #109

Open rebolbot opened 17 years ago

rebolbot commented 17 years ago

Submitted by: Sunanda

Perhaps for the better :-) Related to evaluation of

bc.. ()

p.

R2:

bc.. >> form () \ Script Error: form is missing its value argument

p.

R3:

bc.. >> form () == "?unset!?"

p.

CC - Data [ Version: fixed in 68 Type: Issue Platform: All Category: n/a Reproduce: Always Fixed-in:none ]

rebolbot commented 17 years ago

Submitted by: admin

It's not FORM that changed, it's function argument evaluation that is different. -Gabriele

Fixed in 68 - adds UNSET! back as invalid std arg. -Carl