Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
[ char . over find
|
||||
tuck over found iff
|
||||
[ swap pluck drop ]
|
||||
else nip ] is -point ( $ --> $ )
|
||||
|
||||
[ -point $->n nip ] is numeric ( $ --> b )
|
||||
|
||||
[ dup echo$ say " is"
|
||||
numeric not if say " not"
|
||||
say " a valid number." cr ] is task ( $ --> )
|
||||
|
||||
$ "152" task
|
||||
$ "-3.1415926" task
|
||||
$ "Foo123" task
|
||||
Loading…
Add table
Add a link
Reference in a new issue