until

  1. Z

    Wish Keyword 'Until' for an 'for' loop.

    Dim fb() As Int fb = Array As Int(0, 1, 2, 3, 4) Dim uA As Int In order to print a zero-based arrangement, we must iterate from 0 to the length of the arrangement minus 1, using the for loop, it could exist in the language, also, a for loop using in place of the keyword 'to' the...
Top