Similar to load (func [, chunkname]), but gets the chunk from the given string.

To load and run a given string, use the idiom

     assert(loadstring(s))()