test_scripts/array.vs @@ -17,4 +17,8 @@ int $size = sizeof($array); printnl("The size of the $array: ", $size); printnl("The size of the $array: ", $size); for (int $i = 0; $i < sizeof($intArray); $i++) { printnl("Value: ", $intArray[$i]); }