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 f7fa3e9 commit 7fdbba5Copy full SHA for 7fdbba5
README.md
@@ -93,6 +93,7 @@ let value;
93
println(value); // out: nil
94
value = 42;
95
println(value); // out: 42
96
+
97
```
98
99
```shell
0 commit comments