Merge branch 'Dev' into MoreTypeCheck

This commit is contained in:
Moroseui
2025-05-02 17:26:29 -04:00
committed by GitHub
15 changed files with 476 additions and 198 deletions

View File

@ -45,9 +45,9 @@ selectionSort(data) := {
data(i) := temp;
i := i + 1;
}
return true;
return true;
}
(* Function definition
entry is the first function called