Search the web
Sign In
New User? Sign Up
OSCAR-PROJECT · OSCAR is an open source REBOL interpreter
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Function Context Query   Message List  
Reply | Forward Message #1010 of 1031 |
Surely this is incorrect?

>> a: has [b c] [ print b print c]
>> a
none
none
>> a/local 3 4
3
4

Surely local words default value should be unset
until they are defined?

Also in the second case is it correct to be
able to pass values to local words in this manner?

How is the above different from this....

>> use [b c] [print b print c]
** Script Error: b has no value
** Near: print b print c

Can somebody please explain the wisdom of this
or is it a bug?

cheers,

Mark Dickson



Mon Dec 3, 2001 3:22 pm

robbo1mark
Offline Offline
Send Email Send Email

Forward
Message #1010 of 1031 |
Expand Messages Author Sort by Date

Surely this is incorrect? ... none none ... 3 4 Surely local words default value should be unset until they are defined? Also in the second case is it correct...
Robbo1Mark@...
robbo1mark
Offline Send Email
Dec 3, 2001
3:22 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help