|
|
发表于 2008-4-10 17:56:17
|
显示全部楼层
loop有吧
' w. |* ^9 a4 a2 b5 D( v5 ?1 |5 `loop7 Q+ e* x ^. ~% M4 E6 @
loop [ commands ]
# a6 R" J) d, O# A4 |Runs the list of commands forever, or until the current procedure exits through use of the stop
! x! s. F& j9 xcommand or the report command.
% W* n$ M, I/ f" sNote: In most circumstances, you should use a forever button in order to repeat something forever.3 Z- Q5 H v' u
The advantage of using a forever button is that the user can click the button to stop the loop
% U( V( T. W% j" x
4 Z/ ^4 P; D; S& b(version 3.1.3)& r( S" X K6 B$ W' k' S& ~) w
不过好像不大推荐 |
|