comparison range.rhope @ 98:a34a982ecd32

Broken port of nworker to compiler
author Mike Pavone <pavone@retrodev.com>
date Tue, 03 Aug 2010 23:51:39 -0400
parents 05c22ff4b4ed
children
comparison
equal deleted inserted replaced
97:fa437d23bb24 98:a34a982ecd32
44 }{ 44 }{
45 notfound <- index 45 notfound <- index
46 } 46 }
47 } 47 }
48 48
49 Set@Range[range,index,val:out]
50 {
51 out <- [[()]Concatenate[range]
52 ]Set[index,val]
53 }
54