Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 316 Bytes

File metadata and controls

8 lines (5 loc) · 316 Bytes

LiveCode Builder Language

Foreign handler definitions 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 foriegn handler definitions.