Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

Identifier data type

Identifiers are strings of up to 256 characters, and formed exclusively by letters, digits and underscore _ characters. The initial character of an identifier cannot be a digit.

Syntax

String

Element Notes
String Sequence of characters for the identifier. Only letters, digits and underscore _ characters may be used. The first character cannot be a digit.

Examples

Intent Code
Create a new class create class Building;

See Also

  • n/a

Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020