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

[REBOL] parse files-block [file!] returns false

From: steve::shireman::maxonusa::com at: 7-Nov-2000 10:37

I am probably infected here by awk thinking, but I would like to be able to parse a block of files using block parsing, and I think the docs do not mention the file! datatype for Matching. ; if I resist obeying the manual and try it anyway
>> files_block read %. ;list of files in current directory >> parse files-block [file!]
==false Is this intentionally not allowed? or am I looking at it wrong? Thanks, Steve Shireman