mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 16:40:42 +08:00
5 lines
135 B
Ada
5 lines
135 B
Ada
|
|
function Increment_By
|
||
|
|
(I : Integer := 0;
|
||
|
|
Incr : Integer := 1) return Integer;
|
||
|
|
-- ^ Default value for parameters
|