[REBOL] Rebol Tech, please answer. Two questions. Re:(4)
From: agem:crosswinds at: 13-Sep-2000 17:01
I agree.
note
ya-skip: func[n blk /r1 1 /r2] [...]
ya-skip/r1/r2 a + b + c blk lots of stuff for 1 and for 2
where we work on?
second: englishs have
skip 3 blk .
not
skip 3 blk
there is a real defined end with action at start,
destination at end and the rest in the middle. a bit
like brackets. where is the end in rebol?
and another
append append blk 1 2
works
append 1 append 2 blk
would reverse?
Volker
[joel--neely--fedex--com] wrote on 13-Sep-2000/7:44:50-5:00