nielsAD / lape

Scripting engine with Pascal-like syntax for FPC and Delphi
118 stars 28 forks source link

Allow type declarations in internal method parameters #148

Closed ollydev closed 4 years ago

ollydev commented 4 years ago

The following is now possible:

type 
  TFoo = native(type procedure(a: Int32));