comparison extendlib.rhope @ 69:d0ce696786cc

Clean up debug print statements a bit. Fix bug that prevented workers that took no inputs from working. Remove workaround in Array for said bug.
author Mike Pavone <pavone@retrodev.com>
date Wed, 16 Jun 2010 04:36:08 +0000
parents a24eb366195c
children 0083b2f7b3c7
comparison
equal deleted inserted replaced
68:38d9cd036d49 69:d0ce696786cc
673 newlist <- New Like[list] 673 newlist <- New Like[list]
674 [list]Index[start] 674 [list]Index[start]
675 { 675 {
676 out <- _Fold[list, start, newlist, "Append"] 676 out <- _Fold[list, start, newlist, "Append"]
677 }{ 677 }{
678 out <- newlist 678 out <- Val[newlist]
679 } 679 }
680 } 680 }
681 681
682 _Collection =[col1,key1,col2,key2:out] 682 _Collection =[col1,key1,col2,key2:out]
683 { 683 {