modified: ../bytecode/javFiles/Inf.jav

modified:   ../bytecode/javFiles/SimpleCycle.jav
This commit is contained in:
pl@gohorb.ba-horb.de 2022-09-27 15:19:10 +02:00
parent 5503f3723c
commit f119bff0b6
2 changed files with 5 additions and 1 deletions

View File

@ -10,6 +10,10 @@ public class Inf {
w=y;
y=a;
b=a;
var c;
var d;
c = v;
d = v;
}
}

View File

@ -1,6 +1,6 @@
public class SimpleCycle {
m(a,b,d){
m(){
var g;
var h;
g = h;