Skip to content

Instantly share code, notes, and snippets.

@richcollins
Created May 15, 2009 23:21
Show Gist options
  • Select an option

  • Save richcollins/112488 to your computer and use it in GitHub Desktop.

Select an option

Save richcollins/112488 to your computer and use it in GitHub Desktop.
anObj := Object clone
anObj do(
for(i, 1, 1,
x := 1
for(j, 1, 1,
y := 1
)
)
)
writeln(anObj x, ",", anObj y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment