mirror of
https://git.sr.ht/~crc_/retroforth
synced 2024-11-16 19:48:56 +01:00
example: rename v:update-using to v:update
FossilOrigin-Name: ed1a5b65e0082836db4dbb0f6ac47907ac9b4398dbdf7c5b60c8e59d56bd1d6a
This commit is contained in:
parent
78e55f940c
commit
c060275f2f
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ NOTE: For simplicity of implementation, failure within a word of class `class:as
|
|||
'assertionFlag var
|
||||
|
||||
:assert (f-)
|
||||
&assertionFlag [ and ] v:update-using ;
|
||||
&assertionFlag [ and ] v:update ;
|
||||
|
||||
:deep? (n-f)
|
||||
n:inc depth lteq? dup assert ;
|
||||
|
|
Loading…
Reference in a new issue