mirror of
https://github.com/vlang/v.git
synced 2025-09-14 23:12:33 +03:00
6 lines
59 B
Text
6 lines
59 B
Text
num := 1 string := 'Hello'
|
|
num
|
|
string
|
|
===output===
|
|
1
|
|
Hello
|