github.com/gnolang/gno@v0.0.0-20240520182011-228e9d0192ce/gnovm/tests/files/extern/vars/second.gno (about) 1 package vars 2 3 var ( 4 B = concat(" ", C, "!") 5 D = "world" 6 )