Revision history of "Return Statements for Functions"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 02:29, 10 May 2019imported>Jeremy-busk 646 bytes +646 Created page with "There are a lot of ways to return code numbers or exit codes in functions. Always best to just use exceptions and maybe a true or false if it is a test of somesort. try:..."