mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 21:58:48 +01:00
Fix link in null.markdown (#848)
This commit is contained in:
committed by
GitHub
parent
44d6d20586
commit
94e4888b6a
@ -4,7 +4,7 @@
|
||||
|
||||
### **!** operator
|
||||
|
||||
Returns `true`, since `null` is considered [false](../control-flow.html#truth).
|
||||
Returns `true`, since `null` is considered [false](../../control-flow.html#truth).
|
||||
|
||||
<pre class="snippet">
|
||||
System.print(!null) //> true
|
||||
|
||||
Reference in New Issue
Block a user