Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

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