Why D can not be done, as in the Go:

package main
import "fmt"

func main() {
    var a, b, c = 1, 2, 3
    fmt.Printf("%d %d %d", a, b, c) // prints 1 2 3
}

http://rextester.com/WICH50477

Reply via email to