class Test { function : Main(args : String[]) ~ Nil { if(args->Size() = 1) { a := args[0]->ToInt(); Runtime->Assert(a = 42); }; } }