nielsAD / lape

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

Find #109

Closed ollydev closed 6 years ago

ollydev commented 7 years ago

New magic methods:

function Find(<Item>, <Array>): Int32;
function FindAll(<Item>, <Array>): array of Int32;

(no idea why all commit history appears, but I will delete my entire fork after this)