REBOL3 tracker
  0.9.12 beta
Ticket #0000194 User: anonymous

Project:



rss
TypeNote Statusdismissed Date5-Jul-2007 17:02
Version1.0.0 Categoryn/a Submitted bySunanda
PlatformAll Severitytrivial Prioritynone

Summary 'use change of behavior
Description Possibly for the better -- but needs checking

R2: get-word format in 'use's words block changes the word in the global/containing context:
>> a: 1 use [:a] [a: 10000] a
== 10000

R3: it doesn't:
>> a: 1 use [:a] [a: 10000] a
== 1
Example code

			

Assigned ton/a Fixed in- Last Update5-Aug-2007 03:41


Comments
(0000104)
admin
5-Aug-2007 03:41

Since USE is implemented via a CLOSURE, i guess this is to be expected.

Date User Field Action Change
2-Dec-2008 18:50 Admin Ticket Added -