This commit is contained in:
Geir Okkenhaug Jerstad 2024-09-25 10:45:56 +02:00
parent 6b3922eddc
commit 6dc8d7f2a8
26 changed files with 20147 additions and 1 deletions

View file

@ -21,7 +21,7 @@ function loop(value, testFunc, updateFunc, bodyFunc){
if (testFunc == false){
return
} else {
// updateFunc(value)
updateFunc(value)
bodyFunc(value);
}