Day: August 11, 2011

  • KPL Variables

    KPL variables resemble PHP variables in the sense that they are loosely typed and don’t have to be declared. For those new to programming, this means that you don’t have to declare that the variable is an integer or a text string. Naming Variable names must start with an alphabetic character followed by any alpha-numeric…