[REBOL] Re: I want to loop
From: arolls:bigpond:au at: 4-Sep-2001 1:47
Unless by "print" you mean something other than the usual "send text to console window", then... You really should read your mail more carefully. :) Review my previous email below. Just to explain a bit more: data/:n references the nth item in the data series. The colon : before n means "get the value of n" The slash denotes a path. When an integer is supplied it means to pick the item at the index of that integer.