ProtoLang.net

Reference: Data Types

☰ Hide Sidebar

A Data Type defines what kind of information a variable can hold. You must specify the data type when creating a new variable so the computer knows how to handle the data. Data types cannot be changed once specified and will only accept valid values for that data type.