[REBOL] parse again
From: gchiu::compkarori::co::nz at: 28-Dec-2000 12:48
I find parse baffling ... I have a diary I want to parse like this test: { 9.00 am Get up 9.30 am have breakfast 10.00 am read email } I want to copy all the entries for each time period, including the time, to a list. I tried: digit: charset "0123456789" parse test [ to 1 2 digit (print 1) ] doesn't even get me past the 9 ... -- Graham Chiu