Skip to content

IngoHohmann/rebol3-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rebol3-tools

Some tools and experiments for Rebol3

  • load-all.r3

    An experiment to use load/next/error to load normally not loadable data.

    load-all "As you see, this is a test. We'll be going 500km together"
    
    == [As you see #"," this is a test. We'll be going 500 km together]
    

    You can use your own error handlers:

    load-all/on-error "text: , This will be a string, so everything goes. 500km, if need be.^/no string here" :line-string-handler
    
    == [text: {This will be a string, so everything goes. 500km, if need be.}
    no string here
    ]
    

About

Some tools and experiments for Rebol3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages