llgo/ssa: PyNewVar; pyLoad

This commit is contained in:
xushiwei
2024-05-15 18:32:50 +08:00
parent 91513a12b4
commit 29e4af4fb2
11 changed files with 130 additions and 16 deletions

View File

@@ -6,5 +6,5 @@ import (
)
func main() {
c.Printf(c.Str("pi = %f\n"), math.Pi)
c.Printf(c.Str("pi = %f\n"), math.Pi.Float64())
}