with

The function with is very similar to run except that it only run the file once, and subsequent calls to with("file") will not run file unless the file has been updated.



oz 2009-12-22