Files
moxa/_test/shift3.go

11 lines
97 B
Go

package main
const a = 1.0
const b = a + 3
func main() { println(b << (1)) }
// Output:
// 8