Add langs Cherrycake and Insitux
This commit is contained in:
parent
633b36288a
commit
9817d9b99b
36 changed files with 132 additions and 0 deletions
|
|
@ -0,0 +1,17 @@
|
|||
> (var numeric? (comp to-num bool))
|
||||
(comp to-num bool)
|
||||
|
||||
> (numeric? "123")
|
||||
true
|
||||
|
||||
> (numeric? "0x25")
|
||||
true
|
||||
|
||||
> (numeric? "0b0101")
|
||||
true
|
||||
|
||||
> (numeric? "hello")
|
||||
false
|
||||
|
||||
> (numeric? "123x456")
|
||||
false
|
||||
Loading…
Add table
Add a link
Reference in a new issue