From 8c2607133c1147eee5588738c9b05467b799b127 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 19 Jan 2022 16:06:15 -0500 Subject: Align filenames with repl.js descriptions --- docs/help/assert_assertwithmsg.html | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 docs/help/assert_assertwithmsg.html (limited to 'docs/help/assert_assertwithmsg.html') diff --git a/docs/help/assert_assertwithmsg.html b/docs/help/assert_assertwithmsg.html deleted file mode 100644 index e172ecbd..00000000 --- a/docs/help/assert_assertwithmsg.html +++ /dev/null @@ -1,29 +0,0 @@ - - - - BQN: Exclamation Mark (`!`) - - -

Exclamation Mark (!)

-

! 𝕩: Assert

-

Throw an error if 𝕩 is not 1.

-↗️
       ! 1
-1
-
-       ! 2
-Error: Assertion error
-
-       ! "hello"
-Error: hello
-
-

𝕨 ! 𝕩: Dyad

-

Throw an error with message 𝕨 if 𝕩 is not 1.

-↗️
       "hi" ! 1
-1
-
-       "two" ! 2
-Error: two
-
-       "hello error" ! "hello"
-Error: hello error
-
-- cgit v1.2.3