# HG changeset patch # User William Morgan # Date 1342388885 25200 # Node ID 21b14768ea007b0856bd052a6497750238e0655c # Parent 20327ae2120be1e0d0c4a5f23e817d7958c543b3 removed comments. diff -r 20327ae2120b -r 21b14768ea00 src/sim.tp --- a/src/sim.tp Sun Jul 15 14:41:28 2012 -0700 +++ b/src/sim.tp Sun Jul 15 14:48:05 2012 -0700 @@ -261,22 +261,6 @@ _lambdaCount <- _lambdaCount + 1 } } - - -// adding a 'new' method to robot and doing this instead -// wolud allow me to treat robots and other cellTypes equaly -// particularly for adding methods or state to other cellTypess. -// -// if: (el = (cellTypes robot)) { -// robot <- el new: -// (ret grid) set: index robot -// robot mine!: ret -// ret updatePos: robot index -// nextGrid append: el -// } else: { -// nextGrid append: el -// } - } ret }