From b3a747f249ecb44948db084985ba0161f9d74e05 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Wed, 28 Jun 2006 10:49:32 +0000 Subject: [PATCH] Quick start note in automata --- contrib/automata.factor | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/automata.factor b/contrib/automata.factor index d0418bb954..46800ddcca 100644 --- a/contrib/automata.factor +++ b/contrib/automata.factor @@ -1,5 +1,10 @@ ! Copyright (C) 2006 Eduardo Cavazos. +! Quick start: USE: automata automata-gallery +! +! This will open a new window that will display a random automata rule +! every 10 seconds. Resize the window to make the display larger. + REQUIRES: slate ; USING: parser kernel hashtables namespaces sequences math io