##- # Author: Brian Tiffin # Dedicated to the public domain # # Date: October 2016 # Modified: 2016-10-12/03:16-0400 ##+ # # pull.icn, remove from end of list and return value # procedure main() L := [41, 42, 43] write(*L, " ", pull(L, 2), " ", *L) end