Skip to content

Features & Syntax

Kameron Brooks edited this page Dec 7, 2018 · 29 revisions

Features & Syntax (1.2.2)

CCL is based on the C family of languages. As it is not intended to be a complete standalone language, it is lacking a few features that come built in to most modern programming languages.

You can use objects passed in from the context, but you cannot define new object/class types in a ccl script. In earlier versions, you could not create functions either. As of 1.2.2 you can define functions in a ccl script.

Operators

Variables & Types

Control Statements

Return Statement

Require Statement

Functions