From c060275f2f2f845e23ff6b566ca780a85c985c98 Mon Sep 17 00:00:00 2001 From: crc Date: Fri, 3 May 2019 19:02:28 +0000 Subject: [PATCH] example: rename v:update-using to v:update FossilOrigin-Name: ed1a5b65e0082836db4dbb0f6ac47907ac9b4398dbdf7c5b60c8e59d56bd1d6a --- example/Assertions.forth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Assertions.forth b/example/Assertions.forth index 5578c85..cded85d 100644 --- a/example/Assertions.forth +++ b/example/Assertions.forth @@ -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 ;