Skip to content

Instantly share code, notes, and snippets.

@CodeSandwich
Created March 26, 2018 12:36
Show Gist options
  • Save CodeSandwich/01edb8e1743ac2ebd21198f298d9d48a to your computer and use it in GitHub Desktop.
Save CodeSandwich/01edb8e1743ac2ebd21198f298d9d48a to your computer and use it in GitHub Desktop.
main {
A = 1 // create A
loop {
B = 2 // create B
// delete B
}
// delete A
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment