Skip to content

Instantly share code, notes, and snippets.

Created January 25, 2018 17:06
Show Gist options
  • Save anonymous/51dcb4c890f2acfd8275480614ab9b35 to your computer and use it in GitHub Desktop.
Save anonymous/51dcb4c890f2acfd8275480614ab9b35 to your computer and use it in GitHub Desktop.
let
n = ("Banana", 2, 'c')
o = (name: "Banana", weight: 2, rating: 'c')
echo n
echo o
echo n == o
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment