Skip to content

Instantly share code, notes, and snippets.

@krofna
Created July 14, 2014 11:05
Show Gist options
  • Save krofna/cb1e69224dd13791742a to your computer and use it in GitHub Desktop.
Save krofna/cb1e69224dd13791742a to your computer and use it in GitHub Desktop.
str = "derp";
int = 43 + 12;
chr = "k";
print(str);
print ( "herp" + "cherp");
print (int );
print(420 - 83 + int);
print(chr);
print("j");
int = 12 ;
print ( int
) ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment