[REBOL] Strange "HEAD" behaviuor
From: sharriff:aina:med-iq at: 8-Nov-2000 9:16
Given this snippet:
>> fileblock: read %./
== [%dictionary/ %rebol.exe %dictionary.html %notes.html %setup.html %map.r
%rebdoc.r
%rebol.r %user.r]
>> length? fileblock
== 9
>> forall fileblock [ print fileblock/1 ]
dictionary/
rebol.exe
dictionary.html
notes.html
setup.html
map.r
rebdoc.r
rebol.r
user.r
== false
>> tail? fileblock
== true
>> head fileblock
== [%dictionary/ %rebol.exe %dictionary.html %notes.html %setup.html %map.r
%rebdoc.r
%rebol.r %user.r]
>> length? fileblock
== 0
>> tail? fileblock
== true
>>
Why does´nt "Head fileblock" work?
Sharriff Aina
med.iq information & quality in healthcare AG