Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Defect! REBOL CORE experimental 2.4.39 - Pick on function with zero offs

From: al::bri::xtra::co::nz at: 23-Nov-2000 17:46

Defect! REBOL CORE experimental 2.4.39 - Pick on function with zero offset causes Rebol to not respond! REBOL/core (Experimental) 2.4.39.3.1 Copyright 1997-2000 REBOL Technologies REBOL is a Trademark of REBOL Technologies All rights reserved. Component: "Internet Protocols" (17-Nov-2000/0:30:07) Finger protocol loaded Whois protocol loaded Daytime protocol loaded SMTP protocol loaded POP protocol loaded HTTP protocol loaded FTP protocol loaded NNTP protocol loaded Script: "REBOL Extended Definitions" (24-Jan-2000/2:53:35) Script: "User Preferences" (23-Nov-2000)
>> f: [arg] [print arg]
== [print arg]
>> f: func [arg] [print arg] >> f 123
123
>> pick :f 2
== [print arg]
>> pick :f 1
== [arg]
>> pick :f 0
Pressing enter at this point, cause Rebol to no longer respond. This bug is also present on Rebol/View. Andrew Martin First with the most bugs! :-) ICQ: 26227169 http://members.nbci.com/AndrewMartin/