I want the 3:15 to be like TIME which is a var

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 27, 2000 2:00 PM
To: [EMAIL PROTECTED]
Subject: [REBOL] REBOL Vars Re:(3)


Hi [EMAIL PROTECTED],

> then how can i use this if statement: if now/time == VAR [

if now/time = 3:15 [print "alarm"]

or use either,

either now/time = 3:15 [print "now"][print "not now"]

- Chris

Reply via email to