Open GoogleCodeExporter opened 8 years ago
Original comment by alex.gor...@gmail.com
on 9 Oct 2008 at 1:31
Original comment by alex.gor...@gmail.com
on 9 Oct 2008 at 5:18
[deleted comment]
Thanks Darach, I needed this. I copied the above and dropped it into my own site
(nealabq.com/blog). One small bug: the concat strings assigned to var keywords
need
to have spaces at the ends of them. So 'catch' 'not' and 'record' need to be
followed
by a space.
Maybe you or Alex have already fixed this somewhere else. I didn't look around,
just
used what's here.
-nealabq (-at- gmail dot com)
Original comment by Neal...@gmail.com
on 10 Feb 2009 at 11:25
Oops, also the var keywords line that ends in 'record' needs to have a plus at
the
end. So this line:
'begin end if case of when receive after fun query test record'
Should be this instead:
'begin end if case of when receive after fun query test record ' +
nealabq (-at- gmail)
Original comment by Neal...@gmail.com
on 10 Feb 2009 at 11:32
Original issue reported on code.google.com by
dar...@gmail.com
on 1 Apr 2008 at 4:30