true

Summary

Creates a true boolean.

Usage

true(  )

Returns

Boolean true.

Description

This operator returns a boolean true. It is to be used when defining a boolean variable and in logical comparisons.

Examples

{let my_boolean=true}

{$my_boolean}

{/let}

returns true.

Comments

Contents

Reference

Database diagram
Template operators
    PDF
    Arrays
    Data extraction
    Formatting
    Images
    Logic
       and
       choose
       cond
       eq
       false
       first_set
       ge
       gt
       le
       lt
       ne
       not
       null
       or
       true
    Mathematics
    Miscellaneous
    Strings
    URLs
    Variables
Template functions
Data fetching
Modules
XML tags


Created

05/02/2004
11:44:12 am
by Balazs Halasy

Last updated

11/02/2004
11:23:02 am
by Balazs Halasy

Authors

Balazs Halasy



This page is part of the Exponential documentation. The documentation is available under the GNU Free Documentation License. All contributions will be released under the terms of this license.