Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 402 Bytes

File metadata and controls

12 lines (9 loc) · 402 Bytes
version 8.0.0-dp-3

LiveCode Builder Language

Handler definitions

  • The syntax for declaring the type of the return value from a handler (or handler type) is now [ 'returns' 'nothing' | 'returns' <Type> ].

[14906] Change 'as ' to 'returns nothing' or 'returns ' in handler return type definitions.

[14926] LCB-Language: Remove deprecated handler return type syntax.