Height and width of a rect

Date: Sat, 05 Jul 1997 13:46:12 +0000
From: zac 
Subject: Height and width of rect
Anyway, I don't know if many people are aware of this but you can get the height and width of a rect without doing any math.

set x = rect (100,0,200,300)
put the height of x
-- 300
put the width of x
-- 100