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(
|
||||
|
|
|
@ -273,7 +273,7 @@ vector?
|
|||
;; eof-object?
|
||||
;; bytes?
|
||||
;; byte?
|
||||
;; number?
|
||||
number?
|
||||
;; complex?
|
||||
;; real?
|
||||
;; rational?
|
||||
|
|
Loading…
Reference in New Issue
Block a user