int32 main ( string args[] ) { int32 abc if args.count() > 1 { print ( "You provided one or more arguments." ) } for i : 0..10 { } return 0 }