Arithmetic/Integer: Difference between revisions

Content added Content deleted
m (Automated syntax highlighting fixup (second round - minor fixes))
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 5,595: Line 5,595:
End Module</syntaxhighlight>
End Module</syntaxhighlight>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
<syntaxhighlight lang="go">// Arithmetic-integer in V
<syntaxhighlight lang="go">// Arithmetic-integer in V (Vlang)
// Tectonics: v run arithmetic-integer.v
// Tectonics: v run arithmetic-integer.v
module main
module main