FanScript
class FanScript : Task
FanScript is used to compile a Fantom script into memory and run it via reflection.
Make with script name, arguments are Fantom arguments passed to main method (**not** command line string arguments)
Obj[] : args
Pod compile()
File : file
new make(BuildScript script, File file, Obj[]? args)
Make with script name, arguments are Fantom arguments passed to main method (**not** command line string arguments)
virtual Void run()