|
|
发表于 2008-4-10 17:56:17
|
显示全部楼层
loop有吧: |( F5 i1 q. y3 {; T2 z
loop
' a2 {, P6 N2 a, s9 ^9 Yloop [ commands ]
, ^/ k5 a9 q& z# p6 e* y. kRuns the list of commands forever, or until the current procedure exits through use of the stop
: I* {' e# f, N5 ~7 p; H) ~0 O$ ccommand or the report command.
+ ?7 \# W7 B9 ~" s& K& uNote: In most circumstances, you should use a forever button in order to repeat something forever.0 @: t, P' p7 z
The advantage of using a forever button is that the user can click the button to stop the loop
; u9 k' x7 l m" ?: w% h' ^+ L+ z6 D( T% g( e4 M
(version 3.1.3)
. E6 O) R a# I8 e9 ]不过好像不大推荐 |
|