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

[REBOL] Re: file! url! are subset of datatype ... ?

From: brett:codeconscious at: 12-Aug-2002 21:59

any-string!
>> f: func[ x [any-string!]]["yep"] >> f %test.bin
== "yep"
>> f http://blah
== "yep"
>> f #test
== "yep"
>> f <test>
== "yep" But I suspect it is not quite what you want :^) Regards, Brett