class DownwardFor { public static Void main () { for (Int i := 10; i >= 0; i--) { echo (i) } } }