Run a script using a new instance of the interpreter
1 2 run-script: func [s] [call rejoin [rebol-exe " " s]]
13460 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
1 2 run-script: func [s] [call rejoin [rebol-exe " " s]]