4 lines
81 B
Text
4 lines
81 B
Text
var
|
|
list: array[0 .. 9] of real;
|
|
// ...
|
|
indexof := binary_search(123, list);
|