Skip to content

Instantly share code, notes, and snippets.

@Xachriel
Created January 15, 2013 16:39
Show Gist options
  • Save Xachriel/4539962 to your computer and use it in GitHub Desktop.
Save Xachriel/4539962 to your computer and use it in GitHub Desktop.
Public starting script? Why the name is bad...
test.line = "some characters"
print(test.line)
test.fun = function(x){
print(x)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment