... Ruby 中的 break , next, 和 redo 之作用: while (condition) { label_redo: goto label_next; /* Ruby's "next" */ continue; goto label_break; /* Ruby's "break ...
確定! 回上一頁