adding number?
This commit is contained in:
parent
91a0432abb
commit
c0917801d7
|
@ -964,6 +964,12 @@
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
installPrimitiveProcedure(
|
||||||
|
'number?',
|
||||||
|
1,
|
||||||
|
function(MACHINE) {
|
||||||
|
return isNumber(MACHINE.env[MACHINE.env.length - 1]);
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
installPrimitiveProcedure(
|
installPrimitiveProcedure(
|
||||||
|
|
|
@ -273,7 +273,7 @@ vector?
|
||||||
;; eof-object?
|
;; eof-object?
|
||||||
;; bytes?
|
;; bytes?
|
||||||
;; byte?
|
;; byte?
|
||||||
;; number?
|
number?
|
||||||
;; complex?
|
;; complex?
|
||||||
;; real?
|
;; real?
|
||||||
;; rational?
|
;; rational?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user