Skip to content

Instantly share code, notes, and snippets.

@joelgallant
Last active December 17, 2015 18:29
Show Gist options
  • Save joelgallant/5653933 to your computer and use it in GitHub Desktop.
Save joelgallant/5653933 to your computer and use it in GitHub Desktop.
Gordian 3.0 hypothetical example
// Run segments using @Name
@Autonomous {
method()
if(true)
method()
else
method()
method()
method()
for(3)
method()
method()
while(true)
method()
method()
x->2
x++
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment