Value Types
do number = 3
do string = "something"
do float = -4.7
do object = { "hey": "you" }
do array = [1, 2, number]
do boolean = trueLiterals
say "Hi!\n\nWe are proud to \ present this nice \"CSML v1.1\" update!"NULL
Objects
Arrays
Printing non-literal values
Last updated
Was this helpful?