Skip to content

Instantly share code, notes, and snippets.

Created March 30, 2015 14:59
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 anonymous/5cd53e1ad8997b6d1de6 to your computer and use it in GitHub Desktop.
Save anonymous/5cd53e1ad8997b6d1de6 to your computer and use it in GitHub Desktop.
string x "x"
string "x" "\"x\""
string foo'bar "foo'bar"
string [x] "[x]"
string 1337 "1337"
string ö "\u00f6"
string 1/3 "1\/3"
string class \class\with\namespace "class \\class\\with\\namespace"
integer 42 42
double 3.1415926535898 3.1415926535898
boolean 1 true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment