|
Quick Silver |
 |
|
Join Date: |
|
11-01-2007 | |
Yes you could, but you would have to insure that it was loaded first.
Where as "type" and "read" are already loaded.
(type (read "3")) = INT
(type (eval (c:cal "3"))) = INT
(type (read "3.5")) = REAL
(type (eval (c:cal "3.5"))) = REAL
|