Skip to content

Instantly share code, notes, and snippets.

View SteeveGit's full-sized avatar

Steeve SteeveGit

  • Saint-affrique (France)
View GitHub Profile
@SteeveGit
SteeveGit / forskip.red
Created March 30, 2016 12:28 — forked from dockimbel/forskip.red
FORSKIP port from Rebol2 to Red.
Red [
Title: "FORSKIP function"
Author: "Nenad Rakocevic"
Purpose: "Direct port of the REBOL2 forskip function"
]
forskip: func [
"Evaluates a block for periodic values in a series."
'word [word!] "Word set to each position in series and changed as a result"
skip-num [integer!] "Number of values to skip each time"