Skip to content

Instantly share code, notes, and snippets.

@jiikko
Created December 3, 2013 23:02
Show Gist options
  • Save jiikko/7779221 to your computer and use it in GitHub Desktop.
Save jiikko/7779221 to your computer and use it in GitHub Desktop.
let s = "jii" . "kko"
let a = split(s, "kk")
echo a
let list = [1, 2, 3]
echo list[0]
let dict = { 'a': 123, 'b': 987}
echo dict["a"]
let c = 0
if "2" " => true
echo "true"
else
echo "false"
endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment