Skip to content

Instantly share code, notes, and snippets.

@Neill3d
Created April 14, 2019 22:42
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 Neill3d/9f20ed65b38db1731c33942c0fe7c6b3 to your computer and use it in GitHub Desktop.
Save Neill3d/9f20ed65b38db1731c33942c0fe7c6b3 to your computer and use it in GitHub Desktop.
MoBu Embedded Code Device
# script is running inside the same context, so it could be splitted into initialization step and evaluation step
# here is an example
try:
initialize > 0
print "evaluating"
except (NameError,),e:
initialize = 1
print "initilize"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment