[REBOL] Re: Parse refactoring puzzle
From: AJMartin:orcon at: 30-Jul-2003 21:25
I realised that I could get rid of the '| (the 'any and 'to do the job). Remove_Place_Holders: function [String [string!]] [Mark Start Stop] [ Mark: {!!} parse/all String [ any [ to Mark Start: Mark thru Mark Stop: ( Stop: remove/part Start Stop ) :Stop ] to end ] String ] Andrew J Martin ICQ: 26227169 http://www.rebol.it/Valley/ http://Valley.150m.com/