Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 347 Bytes

File metadata and controls

17 lines (13 loc) · 347 Bytes
version 8.1.0-dp-1

LiveCode Builder Language

Variables

  • Typed variables are now initialised by default to a suitable empty value. For example:

    variable tList as List
    push "element" onto tList
    

    Untyped and optional variables are initialised to nothing.

[14659] Initialise variables with a default value