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
Dennis Ritchie via Digitalmars-d Tue, 09 Jun 2015 20:11:14 -0700
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