This commit is contained in:
r4
2021-12-22 17:23:24 +01:00
parent 5dd15ce9f1
commit d7860fdac0
7 changed files with 136 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
/*x := 1
x := 1
y := 1
i := 60
@@ -8,10 +8,4 @@ while i {
x = z
print(z)
i = i - 1
}*/
f := 2.0
a := int(pow(f, 2.0)) + 1
print(a)
}