Skip to content

Instantly share code, notes, and snippets.

Created July 2, 2016 23:34
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/9ddb54a79417c0f63c1aee1d2366d77a to your computer and use it in GitHub Desktop.
Save anonymous/9ddb54a79417c0f63c1aee1d2366d77a to your computer and use it in GitHub Desktop.
-- source.p8
cartdata("forscience")
dset(0, 42)
load("target")
run()
-- target.p8
cartdata("forscience")
print(dget(0))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment