gitlab.com/ethan.reesor/vscode-notebooks/yaegi@v0.0.0-20220417214422-5c573557938e/_test/shift3.go (about) 1 package main 2 3 const a = 1.0 4 5 const b = a + 3 6 7 func main() { println(b << (1)) } 8 9 // Output: 10 // 8