It is possible to overide rebol system words like print, make etc., so is it possible to do the same with the path operator ? Then what\'s the开发者_如何学编程 syntax ?Another possible approach is to
I\'m executing multiple libraries from user.r. I can get the path of the script from system/script/path but I can\'t see how I can get the name of the script. S开发者_运维百科o am I obliged to hardco
If not will this开发者_开发百科 be possible in R3 ?Yes and No. Technically, no.....Functions do not have names, they are anonymous. The same function may be assigned to more than one word, so the act
Why do I have to cast typeof to string with switch to make it work ? This doesn\'t work: typeof: type? get \'optional
It\'s possible in REBOL 3 to calculate a SHA1 module checksum. When REBOL loads a module, it compares its checksum against the checksum of the loaded module, and if the two do not match, an error is g