[REBOL] [BUG] unset! (and "help" function lie!) Re:

2000-02-28 Thread dolmen
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, February 28, 2000 3:41 AM Subject: [REBOL] [BUG] unset! (and "help" function lie!) > > Hi Olivier, > > you wrote: > > >So unset

[REBOL] [BUG] unset! (and "help" function lie!)

2000-02-27 Thread KGD03011
Hi Olivier, you wrote: >So unset! seems to be a datatype. >Lets verify if unset! is a datatype : > >>> type? file! >== datatype! >>> type? unset! >** Script Error: unset! has no value. >** Where: type? unset! One of REBOL's most confusing issues is that representations of some values look exac

[REBOL] [BUG] unset! Re:

2000-02-27 Thread Al . Bri
not value? 'action! [ action!: type? :action? ] Andrew Martin ICQ: 26227169 http://members.xoom.com/AndrewMartin/ -><- - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, 28 February 2000 2:14 AM

[REBOL] [BUG] unset!

2000-02-27 Thread dolmen
Look at that : >> type? %f == file! >> type? == unset! So unset! seems to be a datatype. Lets verify if unset! is a datatype : >> type? file! == datatype! >> type? unset! ** Script Error: unset! has no value. ** Where: type? unset! But : >> type? type? %f == datatype! >> type? type? == dataty