X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=fml%2Ftempo.fml;h=a7be7123fc27163e74ec1549dbc8c593f3adc8af;hb=8467171ebdb5f018740de8d82149c8ccc53d2815;hp=a3239128601b7066b909dcc37350e19a82b9f665;hpb=345de2254e0c2f8c5f40951d0509e8f5ddbc11a9;p=egate.git diff --git a/fml/tempo.fml b/fml/tempo.fml index a323912..a7be712 100644 --- a/fml/tempo.fml +++ b/fml/tempo.fml @@ -1,6 +1,6 @@ # FML tempo test # -# $Id: tempo.fml,v 1.1 1995/02/06 13:48:09 adam Exp $ +# $Id: tempo.fml,v 1.4 1995/02/23 08:32:08 adam Exp $ \set x 1 \set max 10000 -\while {\x \lt 10000} {\set x {\x \plus 1}} +\while {\x \lt \max} {\incr \x}