Merge branch 'Dev' into MoreTypeCheck
This commit is contained in:
@ -45,9 +45,9 @@ selectionSort(data) := {
|
||||
data(i) := temp;
|
||||
i := i + 1;
|
||||
}
|
||||
return true;
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
|
||||
(* Function definition
|
||||
entry is the first function called
|
||||
|
Reference in New Issue
Block a user