DEBSOURCES
Skip Quicknav
sources / golang-github-traefik-yaegi / 0.16.1-2 / _test / shift3.go
12345678910
package main const a = 1.0 const b = a + 3 func main() { println(b << (1)) } // Output: // 8