On Fri, May 25, 2018 at 8:42 AM, Ryan Joseph <r...@thealchemistguild.com> wrote:
> Oh Insert on the last element works like Push. There really should be a 
> Push/append etc.. function in there. I know it’s redundant but doing
>
> Insert(arr, High(arr), value) is more work than Push(arr, value) and it’s not 
> clear if we can add this ourselves easily without making tons of overloads.

Add() would sound more logical to me then.

Bart
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to