Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] REBOL Vars Re:(3)

From: chris::ross-gill::co::uk at: 27-Jul-2000 19:00

Hi [trobrock--crosswinds--net],
> 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