stdlib: Implement last() and nth() functions.
authorRichard W.M. Jones <rjones@redhat.com>
Sun, 12 Jan 2020 21:07:57 +0000 (21:07 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 12 Jan 2020 21:07:57 +0000 (21:07 +0000)
commit692f7e7a70572c5f4f7242ce721a674a75b34e06
treeb0393bb29d11161db1db4939df5a31065e2ed2d2
parent6049de701cea350b3f474e4c1ff16836baa8e2fb
stdlib: Implement last() and nth() functions.
docs/Goalfile.pod
stdlib/prelude.gl
tests/10-function-last.gl [new file with mode: 0644]
tests/10-function-last.sh [new file with mode: 0755]
tests/10-function-nth.gl [new file with mode: 0644]
tests/10-function-nth.sh [new file with mode: 0755]