From Clomosy Docs

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 December 2024

13 November 2024

7 October 2024

13 February 2024

27 February 2023

  • curprev 15:1615:16, 27 February 2023ClomosyManager talk contribs 378 bytes +378 Created page with " procedure Inc(var Variable Ordinal variable); The Inc procedure increments the ordinal Variable parameter passed to it. '''Example:'''<br> '''var''' Number : Integer;<br> '''begin''' Number := 23; ShowMessage('Number : '+IntToStr(Number)); Inc(Number); ShowMessage('Number+1 : '+IntToStr(Number)); '''end;''' '''Output:'''<br> Number : 23 Number+1 : 24"
Retrieved from "http:///Inc"