github.com/switchupcb/yaegi@v0.10.2/_test/op9.go (about) 1 package main 2 3 func main() { 4 var i complex128 = 1i 5 var f complex128 = 0.4i 6 7 print(i > f) 8 } 9 10 // Error: 11 // _test/op9.go:7:8: invalid operation: operator > not defined on complex128