REBOL/View 1.2.47.3.1 9-Jul-2004 Core 2.6.0

>> val: "my value"
== "my value"
>>  layout [text "test"]
>> val
== "my value"
>>

> Back in November 2002, Oldes highlighted the following "bug" in layout:
> 
> "Hello rebol-list,
> 
>   In the layout function is missing deffinition of variable 'val as a
>   local variable! So be carefull.
> >> val: "my value"
> == "my value"
> >> layout [text "test"]
> >> val
> == "test"
> 
>   Oldes"
> 
> I checked with View 1.2.10 and got the same behaviour.
> 
> Does anybody know if this has been "fixed" in later versions?
> 
> Should I submit it to RAMBO?
> 
> Regards
> 
> Peter 
> 
> -- 
> To unsubscribe from the list, just send an email to 
> lists at rebol.com with unsubscribe as the subject.
>

-- 
To unsubscribe from the list, just send an email to 
lists at rebol.com with unsubscribe as the subject.

Reply via email to