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

[REBOL] Destroy no more useful functions

From: didier:jacquemart:libertysurf at: 15-Apr-2002 23:10

Hello. I wrote a source file, containing several general purpose functions, called funcsrc.r In a program, i then write do %funcsrc.r .... calling funcs When my program ends, i want to destroy all the funcs included by funcsrc.r. But writing unset 'func1, unset 'func2 ... is a bit boring and much unsure. Has anybody an idea ?