Files
yaegi/_test/var9.go
T

12 lines
96 B
Go

package main
var a = "sdofjsdfj"
var z = a[0:2]
func main() {
println(z)
}
// Output:
// sd