Skip to content

Commit b66dc91

Browse files
committed
Add comment example
1 parent bb8e98b commit b66dc91

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

examples/comments.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Comments
2+
You can mark stuff as comment by using `@`:
3+
```
4+
@ This block will not be executed
5+
@ log("hi");
6+
log("hewo");
7+
```

0 commit comments

Comments
 (0)