infinite loop. example_06_04_infiniteloop.pde. // Example 6-4: Infinite loop. Don't do this! int x = 0; while (x < 10) { println(x); // Decrementing x ...
確定! 回上一頁