Deluge
The fastest programming language for developers
Choose where you’d like to start
Boolean data type
Table of Contents
Up
Overview
Example
Overview
The boolean datatype represents the boolean values - true and false.
Note:
Boolean values must not be enclosed in quotes
Boolean values are case-insensitive
Example
job_experience = false;
Salary_negotiable = true;
Note:
See
this page
to know the built-in functions that return a value of Boolean data type.
See
this page
to know which Zoho Creator field types are of boolean data type.
Get Started Now
Execute