(cherry picked from commit 72370c8dfa)
This commit is contained in:
Araq
2018-10-23 17:48:58 +02:00
committed by narimiran
parent 1b2c8317e0
commit 5f1280194e
2 changed files with 10 additions and 0 deletions

View File

@@ -2,3 +2,8 @@
var x: int = 2
echo x
proc fun*() =
echo "ok"
## doc comment
# regular comment

View File

@@ -2,3 +2,8 @@
var x: int = 2
echo x
proc fun*()=
echo "ok"
## doc comment
# regular comment