| Název | Popis | Datový typ |
|---|---|---|
| Input1 | Float(0, 0) | |
| Input2 | Float(0, 0) |
| Název | Popis | Datový typ |
|---|---|---|
| Result | Float(0, 0) |
BEGIN
if (Input1 > Input2) then begin
Result = Input1;
end else begin
Result = Input2;
end
suspend;
END;Generated by ABRA Software a.s. 27.10.2021 16:34:16