Function (explanatory): 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.

29 January 2023

25 January 2023

22 April 2022

  • curprev 13:3613:36, 22 April 2022BigRon55 talk contribs 1,874 bytes −89 No edit summary
  • curprev 13:2613:26, 22 April 2022BigRon55 talk contribs 1,963 bytes +1,963 Created page with "A BASIC '''function''' is a procedure that returns one value in it's name. A function can be used as a statement argument or be assigned to a variable. User-defined functions are possible and behave the same way, with the only exception that user-defined functions cannot currently have optional arguments. Altering the variables that are used as arguments within the function will cause the same changes to the variables outside of the function. This also ap..."