Created
February 20, 2013 14:57
-
-
Save arturcarvalho/4996118 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
var listCII | |
var X | |
foreach line: | |
if "C" | |
listCII.add(X) // only if not null | |
create new object X | |
if "I" | |
put object I in X |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment