Instantiate a program (Pike 7.2 compatibility).
A new instance of the class prog will be created.
All global variables in the new object be initialized, and
then lfun::create() will be called with args as arguments.
This function was removed in Pike 7.3, use
((program)prog )(@args )
instead.