Skip to content

Instantly share code, notes, and snippets.

@kristopolous
Created June 23, 2014 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kristopolous/a48600348341007af943 to your computer and use it in GitHub Desktop.
Save kristopolous/a48600348341007af943 to your computer and use it in GitHub Desktop.
weird shift behavior
#!/bin/bash
. ../ticktick.sh
``
key = [
{ "a" : [ 0, 1 ] },
{ "b" : [ 2, 3 ] }
]
``
tickVars
n=``key.shift()``
tickVars
n=``key.shift()``
tickVars
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment