We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b352056 commit c0bfae3Copy full SHA for c0bfae3
resources/minitscript/tests/bubblesort-test.tscript
@@ -40,7 +40,7 @@ function: main()
40
console.print("Creating array of integers with " + $count + " entries")
41
$startTime = time.getCurrentMillis()
42
#
43
- $array = [];
+ $array = []
44
for ($i = 0, $i < $count, ++$i)
45
$array[] = $count - $i
46
end
0 commit comments