|
|
Manual Page ViewerName: BREAK Section: Flow Control
<break
Description:
Unconditionally and immediately stop the execution of the nearest
surrounding Example usage: <while true>
;;; Check to see if the user has changed the file.
<if <file-newer? <get-var foo.c> <get-var foo.o>>
<break>>
<p>
;;; Not changed yet, so do some more in the background.
<process-chunk <get-var chunk-num>>
<increment chunk-num>
</while>
Edit Pointer
![]() The META-HTML Reference Manual V2.0 Copyright © 1995, 1998, Brian J. Fox Found a bug? Send mail to bug-manual@metahtml.org |