We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d8e55 commit fbf78e9Copy full SHA for fbf78e9
examples/has-value_63.janet
@@ -23,8 +23,8 @@
23
(has-value? ["a" "b" "c"] 'a) # -> false
24
(has-value? ["a" "b" "c"] 97) # -> false
25
26
-#arrays
+# arrays
27
(has-value? @[] 0) # -> false
28
(has-value? @["a" "b" "c"] "a") # -> true
29
(has-value? @["a" "b" "c"] 'a) # -> false
30
-(has-value? @["a" "b" "c"] 97) # -> false
+(has-value? @["a" "b" "c"] 97) # -> false
0 commit comments