[REBOL] Re: silly, but what's wrong?
From: jelinem1:nationwide at: 30-Jul-2001 16:22
When I cut-paste this into the command line I get an error. random/seed
does not return anything, I have to remove the /seed.
- Michael Jelinek
Tom Foster <[balayo--mindspring--com]>
Sent by: tom <[tf--www--mindspring--com]>
07/30/01 02:53 PM
Please respond to rebol-list
T
To: REBOL List <[rebol-list--rebol--com]>
cc:
bcc:
Subject: [REBOL] silly, but what's wrong?
hey guys,
If I run this from the rebol prompt, it works, if I call it, it
does not. What's wrong?
REBOL [
File: %random-sig.r
]
sig: [
{^/--^/^/Having too much fun.^/-tom}
{^/--^/^/Insert witty saying here.^/-tom}
{^/--^/^/Spend less time composing sigs.^/-tom}
{^/--^/^/Turn your computer off. Go outside.^/-tom}
{^/--^/^/Eat more spinach.^/-tom}
{^/--^/^/Loving every minute of it.^/-tom}
]
write %.signature pick sig random/seed (length? sig)
--
<insert something witty here>
balayoatmindspringdotcom
-tom