Created
March 26, 2018 12:36
-
-
Save CodeSandwich/01edb8e1743ac2ebd21198f298d9d48a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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