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

[REBOL] Re: SDK licensing issues

From: lmecir:mbox:vol:cz at: 6-Feb-2006 14:41

Hi Anton,
>How about a load/secure level ? >where level none just does not allow the usage of /pro or /command >functions, >higher levels could prohibit more functions > >USAGE: > LOAD source /header /next /library /markup /all /secure level > >DESCRIPTION: > Loads a file, URL, or string. Binds words to global context. > LOAD is a native value. > >ARGUMENTS: > source -- (Type: file url string any-block binary) > >REFINEMENTS: > /header -- Includes REBOL header object if present. > /next -- Load the next value only. Return block with value and new >position. > /library -- Force file to be a dynamic library. (Command version) > /markup -- Convert HTML and XML to a block of tags and strings. > /all -- Load all values. Does not evaluate REBOL header. > /secure -- prohibits unsafe and not allowed functions > level -- security level (Type: none block) > >> >
there is "only" one problem: Load cannot "arrange" this for you -L