[REBOL] Re: Problem with load/header and trim/lines

2004-03-05 Thread Hallvard Ystad
Dixit Anton Rolls (07.58 05.03.2004): >I think the rebol header >must begin on a new line. Interesting. I don't recall having seen that in the docs anywhere. OK, the problem seems to be _found_. I'll find a workaround. Thanks, Anton! HY Prætera censeo Carthaginem esse delendam -- To unsubs

[REBOL] Re: Problem with load/header and trim/lines

2004-03-04 Thread Anton Rolls
What are you trying to do? My suggestion: don't use trim/lines (or read for that matter). The newline between shebang line and the beginning of the rebol header is removed by trim/lines. I think the rebol header must begin on a new line. >> probe load/header {# rebol []} ** Syntax Error: Script