Skip to content

Instantly share code, notes, and snippets.

; Red [];
Rebol [
title: "ListTest"
]
main-list: [
"https://red-lang.org"
"http://www.slashdot.org"
"https://gitlab.com/hiiamboris/red-mezz-warehouse/-/tree/master"
@GiuseppeChillemi
GiuseppeChillemi / scheduler.r
Created March 11, 2019 09:10 — forked from greggirwin/scheduler.r
Rebol scheduler dialect
REBOL [
Title: "Scheduler"
File: %scheduler.r
Purpose: "Dialected task scheduling library"
Author: ["SOFTINNOV / Nenad Rakocevic" "Pointillistic / Gregg Irwin"]
Copyright: ["2009 SOFTINNOV" "2013 SOFTINNOV/POINTILLISTIC"]
Email: [[email protected] [email protected]]
Date: 28-Oct-2013
Version: 0.9.5
License: "BSD - see %LICENCE.txt file"