X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=fml%2Ftempo.fml;h=e2e9ac885b63a5b883efa34505160436cd5fddcc;hb=2303dccf677f365d57d750bf6b965875257a0ab1;hp=a3239128601b7066b909dcc37350e19a82b9f665;hpb=345de2254e0c2f8c5f40951d0509e8f5ddbc11a9;p=egate.git diff --git a/fml/tempo.fml b/fml/tempo.fml index a323912..e2e9ac8 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.2 1995/02/09 13:07:16 adam Exp $ \set x 1 \set max 10000 -\while {\x \lt 10000} {\set x {\x \plus 1}} +\while {\x \lt \max} {\incr \x}