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

[REBOL] Path and contexts etc.

From: stefan:falk:slg:se at: 15-Feb-2001 16:44

Hi list! How come it behaves like this?
>> string1: "foobar"
== "foobar"
>> type? string1
== string!
>> to-path string1
== foobar
>> path1: to-path string1
== foobar
>> type? path1
** Script Error: foobar is not defined in this context. ** Where: type? path1 /Regards Stefan