September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -1 +1 @@
|
|||
version ^strings'splitAtChar: . drop toNumber 3 < &bye ifTrue
|
||||
@Version #201906 lt+ &bye if
|
||||
|
|
|
|||
|
|
@ -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
|
||||
~~~
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue