comparison extendlib.rhope @ 24:8b2b3f4a2a58

Some fixes to parser_old.rhope
author Mike Pavone <pavone@retrodev.com>
date Wed, 24 Jun 2009 23:56:49 -0400
parents 90c20dc3f4e5
children 914ad38f9b59
comparison
equal deleted inserted replaced
23:0534bb8ee7ad 24:8b2b3f4a2a58
640 }{ 640 }{
641 notfound <- index 641 notfound <- index
642 } 642 }
643 } 643 }
644 644
645 645 Tail[list,start:out]
646 646 {
647 newlist <- New Like[list]
648 [list]Index[start]
649 {
650 out <- _Fold[list, start, newlist, "Append"]
651 }{
652 out <- newlist
653 }
654 }
655
656
657