Fixed some errors in the vsl programs

main
Øyvind Skaaden 2022-03-17 23:13:55 +01:00
parent e839190fbf
commit 398bdc9487
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
func main() begin
var a
var a, b
a := 1 + 2 + 4 + 5 + 6 + 7 + 8 + 9
b := (10 + 10 * 4) * (2 + 2 * (1 + 1)) / 10 + 2 * 5 + 6 / 3

View File

@ -1,5 +1,5 @@
func my_fun(a, b, c, d, e, f, g, h) begin
func my_func(a, b, c, d, e, f, g, h) begin
var i, j, k, l, m
i := a + b + d