mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 03:44:14 +00:00
closes #9400
This commit is contained in:
@@ -2,3 +2,8 @@
|
||||
var x: int = 2
|
||||
|
||||
echo x
|
||||
|
||||
proc fun*() =
|
||||
echo "ok"
|
||||
## doc comment
|
||||
# regular comment
|
||||
|
||||
@@ -2,3 +2,8 @@
|
||||
var x: int = 2
|
||||
|
||||
echo x
|
||||
|
||||
proc fun*()=
|
||||
echo "ok"
|
||||
## doc comment
|
||||
# regular comment
|
||||
|
||||
Reference in New Issue
Block a user