minor formatting changes

This commit is contained in:
cozis
2022-05-21 22:59:13 +02:00
parent 3db8f8e93a
commit 5194a9082e
6 changed files with 43 additions and 13 deletions
+6
View File
@@ -0,0 +1,6 @@
a = [];
i = 0;
while(i<100000000):{
a[i]= "ciao mondo mmododooddododododododododododdodododododd";
i = i+1;
}
+1 -2
View File
@@ -241,7 +241,6 @@ fun parseAny(ctx) {
return res, err;
}
tests = [
'',
'1',
@@ -269,7 +268,7 @@ while i < count(tests): {
i = i + 1;
}
#file = files.openFile('examples/large-file.json', #files.READ);
#file = files.openFile('examples/large-file.json', files.READ);
#if file == none:
# error("Failed to open file");
#
+17 -2
View File
@@ -6,7 +6,8 @@ fun duplica_forse(a) {
}
fun duplica_forse2(a) {
return all duplica_forse(a);
res, err = duplica_forse(a);
return res, err;
}
num = 5;
@@ -15,4 +16,18 @@ num2, err = duplica_forse2(num);
if num2 == none:
print('ERRORE!!! ', err, '\n');
else
print(num2, '\n');
print(num2, '\n');
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a,
a, a, a = print();