Abbreviations, simple: Difference between revisions

Content added Content deleted
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 4,281: Line 4,281:
</pre>
</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
{{trans|Go}}
{{trans|Go}}
<syntaxhighlight lang="vlang">import encoding.utf8
<syntaxhighlight lang="v (vlang)">import encoding.utf8
import strconv
import strconv
fn read_table(table string) ([]string, []int) {
fn read_table(table string) ([]string, []int) {