All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:39, 19 April 2022 BigRon55 talk contribs created page FUNCTION (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...")