metaeducation / rebol-issues

6 stars 1 forks source link

time! - integer! arithmetic #289

Open rebolbot opened 17 years ago

rebolbot commented 17 years ago

Submitted by: Geomol

This works:

bc.. >> t: 225:00 == 225:00

t - 1 == 224:59:59

p. This doesn't:

bc.. >> t: 226:00 == 226:00

t - 1 \ Script error: time! overflow/underflow

p.

CC - Data [ Version: fixed in 74 Type: Bug Platform: All Category: n/a Reproduce: Always Fixed-in:none ]

rebolbot commented 17 years ago

Submitted by: admin

Looks like the error occurs at 225:41:05 - 1. -- Gregg