龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > 软件开发 > C/C++开发 >

wk里有没有类似c语言里的break的命令

时间:2009-12-22 15:42来源:未知 作者:admin 点击:
分享到:

  和C一样用喽

  

The break, continue, and next statements can be used to break out of loops that would otherwise keep going. break drops out of the innermost while, for, or do loop. continue causes the next iteration of the loop to begin.

  

Execution will go to the test eXPression in a while or do loop, and to expression3 in a for loop. next reads the next record and starts the main input loop again.

  

精彩图集

赞助商链接