Syntax features Genero BDL is an English-like programming language, easy to write and read. Lettercase insensitivityGenero BDL is case insensitive (with some exceptions).Whitespace separatorsWhitespace characters are used to seperate language elements.Quotation marksString literals need to be delimited with single or double quotation marks.Escape symbolBackslash ( \ ) is the escape character of Genero BDL.Statement terminatorThe semicolon ( ; ) is optional statement terminator in Genero BDL.Source commentsThe --, # and { } characters can be used to add source comments.IdentifiersA Genero BDL identifier is a sequence of characters used to identify a program entity.Preprocessor directivesPreprocessor directives can be used in Genero BDL sources.