Skip to content

Instantly share code, notes, and snippets.

@yrashk
Created February 18, 2017 08:06
Show Gist options
  • Save yrashk/85a078af8a956aa8fd7d27f1bd5d47d1 to your computer and use it in GitHub Desktop.
Save yrashk/85a078af8a956aa8fd7d27f1bd5d47d1 to your computer and use it in GitHub Desktop.
(Finds the last element in an ordered collection: )
[2DUP CONCAT SWAP DROP CURSOR DUP ROT CURSOR/SEEK? [DUP CURSOR/CUR UNWRAP DROP ROT DUP LENGTH SWAP ROT ROT 0 SWAP SLICE EQUAL? [CURSOR/CUR] [CURSOR/PREV] IFELSE ] [CURSOR/LAST SWAP DROP] IFELSE UNWRAP SWAP DROP] 'ORDCOLL/LAST DEF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment