User contributions for Admin

A user with 533 edits. Account created on 30 September 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

7 October 2025

6 October 2025

  • 21:5721:57, 6 October 2025 diff hist 0 m Overlay filesProtected "Overlay files" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) current
  • 21:5621:56, 6 October 2025 diff hist +1 Overlay filesNo edit summary
  • 21:5621:56, 6 October 2025 diff hist +5,458 N Overlay filesCreated page with "Programming Features - <strong>Generic Overlay Files</strong For the programmer, Color 64 also includes generic skeleton overlays which can be used to write online games and modules: <strong>The √bbs.xxx Module </strong> The program "√bbs.xxx" has all the routines that "√bbs.ov3" has in it, except it doesn't have any "spare" command routines. You can use this for modules that would regularly have a spare command of their own, but that..."
  • 21:5121:51, 6 October 2025 diff hist 0 m Basic variablesProtected "Basic variables" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 21:5121:51, 6 October 2025 diff hist +23,247 N Basic variablesCreated page with "Programming Features - <strong>Basic Variables Used in Color 64</strong> The table below defines all variables used by Color 64 BBS: {| class="wikitable |- |+List of Color 64 Defined Variables ! Var ! Definition and Function |- | A | General use numeric variable. It is used to store the current number of lines in the message editor and other routines that use the array A$(). |- | A$ |This variable has several uses: It is used to return th..."
  • 03:1703:17, 6 October 2025 diff hist 0 m Ml functionsProtected "Ml functions" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 03:1703:17, 6 October 2025 diff hist +14,811 N Ml functionsCreated page with "Programming Features - <strong>ML Functions</strong> The ML functions are used where the ML commands and ML variables will not be able to perform more complex operations. Simply put, a function is like a variable that can perform a subroutine before returning a computed value. Some functions also have parameters which are used to perform the function's specific operation. Since the ML variables cannot return string values, the functions also..."
  • 02:5202:52, 6 October 2025 diff hist 0 m Ml variablesProtected "Ml variables" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 02:5202:52, 6 October 2025 diff hist +17,645 N Ml variablesCreated page with "Programming Features - <strong>ML Variables</strong> The ML Variables are a way for BASIC to get certain information about the BBS environment, as well as to define the way the BBS operates. Thus, you can read the information in these variables, as well as assign values to them. All ML variables begin with an "!" exclamation point, followed by two digits. They can be used in expressions just like BASIC variables. Assigning a value to an ML..."
  • 02:3402:34, 6 October 2025 diff hist −1 Ml command setNo edit summary
  • 02:3302:33, 6 October 2025 diff hist 0 m Ml command setProtected "Ml command set" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 02:3302:33, 6 October 2025 diff hist +13,460 N Ml command setCreated page with "Programming Features - <strong>ML Command Set</strong> The ML commands are a way for BASIC to access the faster and more powerful subroutines built into the Color 64 ML. Some of these commands do complex things and are very useful (such as getting a line of typed input), while others aren't used very often (enabling and disabling interrupts). All ML commands begin with " . " period character, followed by two digits. Some commands require add..."
  • 02:0702:07, 6 October 2025 diff hist 0 m Enhanced if statementProtected "Enhanced if statement" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • 02:0702:07, 6 October 2025 diff hist +2,828 N Enhanced if statementCreated page with "Programming Features - <strong>The Enhanced If/Then Statement</strong> The Color 64 ML adds a powerful set of decision-making commands that supplement the IF/THEN statement. {| class="wikitable |- |+Enhanced IF/THEN Statements ! CMD ! Details |- | IF/THEN/ELSE | Format: IF <expression> THEN <statements>: £ <statements> The British Pound character “£” represents “ELSE” in Color 64 Basic. Example: IF A=5 THEN PRINT "Hello”: £..."

5 October 2025

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)