标签: delphi lambda closures anonymous-methods freepascal
我尝试将Delphi的语法用于匿名方法:
type fun = reference to function(): Integer;
Fpc显示语法错误:
Error: Identifier not found "reference"
Free Pascal与Delphi的匿名方法有什么相同之处?
答案 0 :(得分:6)
FreePascal中没有实现匿名方法。此类功能的列表为here。