Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 374 Bytes

File metadata and controls

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

LiveCode Builder Language

Handler definitions

  • Foreign handler definitions now require explicit typing.
    • A foreign handler definition must declare an explicit return type.
    • Each parameter in a foreign handler definition must declare an explicit type.

[15426] Make it a compile-time error to not type foreign handler definitions.