|
|
Manual Page ViewerName: OR Section: Relational Operators
<or &rest expr...>
Description:
Examples: <or> ==> <or this that> ==> this <unset-var foo> <or <get-var foo> this> ==> this <or this <get-var foo>> ==> this <set-var foo=bar> <or <get-var foo> this> ==> bar <or> could have been defined in Meta-HTML as follows: <define-tag or &unevalled &rest expressions[] whitespace=delete>
<foreach :expr expressions>
<set-var result = <get-var-eval :expr>>
<if <get-var-once result>
<break>>
</foreach>
<get-var-once result>
</define-tag>
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 |