Date format: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
Blanvill (talk | contribs)
→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)"
Line 3,608: Line 3,608:
<syntaxhighlight lang="vedit">RI(1) IT(", ") RI(2) IT(" ") NI(#1, LEFT+NOCR) IT(",") NI(#3)</syntaxhighlight>
<syntaxhighlight lang="vedit">RI(1) IT(", ") RI(2) IT(" ") NI(#1, LEFT+NOCR) IT(",") NI(#3)</syntaxhighlight>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==


<syntaxhighlight lang="vlang">import time
<syntaxhighlight lang="v (vlang)">import time


fn main() {
fn main() {