loop有吧 1 w$ c6 L0 ?, ~+ lloop0 b% H% [* y; s s9 @; z
loop [ commands ] - p: a+ [% z8 N( T8 rRuns the list of commands forever, or until the current procedure exits through use of the stop - V; p; a' h$ t& v/ v! pcommand or the report command. . T; k2 N; y2 X9 Z# }# yNote: In most circumstances, you should use a forever button in order to repeat something forever. ! L. a+ f! J% o5 _: ]The advantage of using a forever button is that the user can click the button to stop the loop c& L5 T' S3 D& b% [$ }4 k# D n
* @% j H, V8 P7 `/ I1 d# B( F
(version 3.1.3)/ i3 |6 Y6 \# V1 s
不过好像不大推荐
globals[p ]" k; }. B+ L( U
to setup 5 q0 R" a' T1 z7 M, T set p 1 6 T) R9 G( F7 n+ k: k& x# J set p p + 1 $ Q; T) V. R5 K! u, p) T6 z; y: m show p' W& h l5 K. {3 h! Z* `
end ) K# G4 r( N4 k l( {7 e7 ?我想表达的是让这个循环一直下去,直到p=100时才停止,logo语言该怎么写呢?除了repeat,可否用其它原语表示。4 k* e5 F( q0 M5 J2 g
+ {( B, E9 S$ t8 X, `, P
[ 本帖最后由 wjcpcahu 于 2008-4-11 10:25 编辑 ]