FUNCTION: Revision history

Jump to navigation Jump to search

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.

28 January 2023

26 January 2023

23 January 2023

1 June 2022

1 May 2022

19 April 2022

  • curprev 16:3916:39, 19 April 2022BigRon55 talk contribs 4,791 bytes +4,791 Created page with "A FUNCTION block statement is used to create a function procedure to return a calculated value to a program. {{PageSyntax}} : '''FUNCTION procedureName'''[type-suffix] [(''parameters'')] :: ''{code}'' :: 'variable definitions and procedure statements :: ⋮ :: procedureName = returnValue : '''END FUNCTION''' {{PageDescription}} * The function type can be any variable type that it will return to the program and is represented by the type suffix. * Functions hold o..."