Skip to content

Instantly share code, notes, and snippets.

@SethTisue
Created June 21, 2012 13:25
Show Gist options
  • Save SethTisue/2965712 to your computer and use it in GitHub Desktop.
Save SethTisue/2965712 to your computer and use it in GitHub Desktop.
to-report pair [x l]
report map [list x ?] l
end
to-report pairs [l1 l2]
report reduce sentence map [pair ? l2] l1
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment