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.
}}}

Last updated