mirror of
https://github.com/vlang/v.git
synced 2025-09-15 07:22:27 +03:00
9 lines
208 B
Text
9 lines
208 B
Text
module main
|
|
|
|
fn a1()
|
|
normal comment
|
|
fn a2()
|
|
this should be merged into the same line
|
|
fn a3()
|
|
This should be its own parapgraph, because it ends with a dot.
|
|
This should be another paragraph.
|