Available under Creative Commons-ShareAlike 4.0 International License.
This loop iterates an index variable from an initial value using a specified increment to a final value and runs a set of code. The for loop syntax is the following:
for loop_index=vector_statement code ... code end
- 瀏覽次數:1169