September Morn Update

This commit is contained in:
Ingy döt Net 2019-09-12 10:33:56 -07:00
parent 4e2d22a71d
commit aac6731f2c
6856 changed files with 141342 additions and 21127 deletions

View file

@ -1 +1 @@
version ^strings'splitAtChar: . drop toNumber 3 < &bye ifTrue
@Version #201906 lt+ &bye if

View file

@ -1 +1,9 @@
build toNumber 1309798464 < &bye ifTrue
Checks for existence of "bloop" and "n:abs"
~~~
: executeByName (s-)
d:lookup [ d:xt fetch ] [ d:class fetch ] bi call ;
'bloop 'n:abs [ find nip ] bi@ and
[ 'bloop executeByName 'n:abs executeByName ] if
~~~

View file

@ -1,6 +1 @@
( Checks for existance of "bloop" and "abs" )
: executeByName ( $- )
find drop [ @d->xt ] [ @d->class ] bi withClass ;
"bloop" "abs" [ find nip ] bi@ and
[ "bloop" executeByName "abs" executeByName ] ifTrue
#0 #0 [ dup d:class fetch &class:integer eq? [ d:xt fetch + [ n:inc ] dip ] [ drop ] choose ] d:for-each