Comments Genie allows comments in code in two different ways. // Comment continues until end of line /* Comment lasts between delimiters */ Identifiers An identifier is defined by its name and its type, e.g. i:int meaning an integer called i. In the case of value types this also creates an object of the given type. For reference types these just defines a new reference that doesn't initially point