Skip to content

Var Statement

8-BIT-DEV edited this page Mar 2, 2019 · 1 revision

The Var Statement Is Used To Define A Variable In Red-Script.

There Are 2 Types Of Variable In Red-Script The Int And String.

Basic Syntax: var int "var1" = "4" Or var string "var2" = "Hello World"

Clone this wiki locally