[REBOL] newlines in saved blocks
From: sharriff:aina:med-iq at: 13-Oct-2000 12:26
I´m trying to save "newlines" to a block, the block is then saved to a file
per CGI:
>> q: make block! 0
== []
>> append q to-word "name"
== [name]
>> append q "sharriff"
== [name "sharriff"]
>> append q to-word "log-name" newline
== #"^/"
>> q
== [name "sharriff" log-name]
why is this not possible? I would like my blocks formatted:
[
name "sharriff"
log-name "sharriff"
other-label "value"
]
best regards
Sharriff Aina
med.iq information & quality in healthcare AG