3 lines
49 B
V
3 lines
49 B
V
text := "Hello"
|
|
copy_of := text
|
|
println(copy_of)
|
text := "Hello"
|
|
copy_of := text
|
|
println(copy_of)
|