Fix typo
This commit is contained in:
+2
-2
@@ -553,7 +553,7 @@ let A = 5
|
|||||||
Any other file may include `other.wl` to use its contents
|
Any other file may include `other.wl` to use its contents
|
||||||
|
|
||||||
```
|
```
|
||||||
import "other.wl"
|
include "other.wl"
|
||||||
|
|
||||||
"The A variable is accessible here: "
|
"The A variable is accessible here: "
|
||||||
A
|
A
|
||||||
@@ -565,4 +565,4 @@ WL programs may reference external symbols (variables or functions) defined by t
|
|||||||
|
|
||||||
```
|
```
|
||||||
<p>The process is running on a \$platform machine</p>
|
<p>The process is running on a \$platform machine</p>
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user