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

[REBOL] Weird Behaviour in /CORE

From: syke::amigaextreme::com at: 24-Jul-2001 2:46

Hi list, if someone can figure out how to fix this, I'd get really happy. type this in a file: test { REBOL [ } and save it. Then try to load the file (eg. post: load %/c/filename). Here's what happen to me:
>> post: load %/c/file
** Syntax Error: Invalid string -- } ** Near: (line 3) }
>>
However, if I remove the CR/LF's so that it becomes test {REBOL [} and then load it, I get:
>> post: load %/c/file
== [test "REBOL [" Can anyone explain this behaviour? /Regards Stefan Falk - www.amigaextreme.com