Zontroy Code Generator
Search
⌃
K
🖌
Getting started with Zontroy
INTRODUCTION
Zontroy Code Generator
Zontroy Programming Language
Zontroy Environment
Zontroy Commands
Zontroy Project Types
Empty Project
Template Project
Zontroy File Types
Zontroy Single File
Zontroy Repeating File
Zontroy Inner Repeating File
Zontroy Tutorial
Zontroy Syntax
zg-entity
zg-if
zg-for
Data Type Conversion
Built-in Functions
Use Together
Github Copilot
ChatGPT
Zontroy How To
Javascript
Typescript
Java
Python
CSharp
PHP
Powered By
GitBook
zg-if
If Statement
if statement is a programming conditional statement that, if proved true, performs a function or displays information. Below is a general example of an if statement, specific to Zontroy Language.
zg-if((([[[variable1]]]===[[[variable2]]]))){{{
//Variables are equal.
}}}
Zontroy Tutorial - Previous
zg-entity
Next - Zontroy Tutorial
zg-for
Last modified
2mo ago