Philipp A. wrote: > > |#@mainfunction? or just @main? maybe @entrypoint? Or to make Java immigrants feel at home, @publicstaticvoid. :-) > @mainfunction > def main(args): > assert args == sys.argv[1:] Now we can have an argument about whether args should include sys.argv[0] or not... -- Greg