User contributions for RhoSigma
Jump to navigation
Jump to search
19 March 2023
- 16:4416:44, 19 March 2023 diff hist +171 BIN$ No edit summary
- 16:3016:30, 19 March 2023 diff hist +51 BIT No edit summary current
- 16:2116:21, 19 March 2023 diff hist +278 BIT No edit summary
- 16:1916:19, 19 March 2023 diff hist +85 BACKGROUNDCOLOR No edit summary current
- 14:2214:22, 19 March 2023 diff hist +320 AXIS No edit summary current
- 14:1814:18, 19 March 2023 diff hist +338 $ASSERTS No edit summary
- 14:1514:15, 19 March 2023 diff hist +11 ASSERT No edit summary current
- 14:1214:12, 19 March 2023 diff hist +336 ASSERT No edit summary
- 14:1014:10, 19 March 2023 diff hist +204 ASIN No edit summary current
- 14:0414:04, 19 March 2023 diff hist +4,116 Mathematical Operations No edit summary
- 13:5513:55, 19 March 2023 diff hist +187 ALPHA32 No edit summary
- 13:4913:49, 19 March 2023 diff hist +437 ALPHA No edit summary current
- 13:1213:12, 19 March 2023 diff hist +445 ALLOWFULLSCREEN No edit summary current
- 13:0613:06, 19 March 2023 diff hist +204 ACOS No edit summary current
- 13:0213:02, 19 March 2023 diff hist +408 ACCEPTFILEDROP No edit summary current
18 March 2023
- 11:2111:21, 18 March 2023 diff hist +269 EXIT WHILE Removed redirect to WHILE...WEND current Tag: Removed redirect
- 11:1611:16, 18 March 2023 diff hist −3,798 BlankPage No edit summary Tag: Manual revert
- 11:0711:07, 18 March 2023 diff hist +3,798 BlankPage No edit summary Tag: Reverted
17 March 2023
- 23:4423:44, 17 March 2023 diff hist −379,158 BlankPage Replaced content with "{{DISPLAYTITLE:_BlankPage}} The '''_BlankPage''' serves as a skeleton for new Wiki pages. {{PageSyntax}} : _BlankSub {{Parameter|arg1}}[, {{Parameter|arg2}}] : {{Parameter|result%}} = _BlankFunc({{Parameter|arg1}}[, {{Parameter|arg2}}]) {{PageParameters}} * {{Parameter|arg1}} is a mandatory argument * the {{Parameter|arg2}} is optional {{PageDescription}} To use this skeleton click on the '''Edit''' tab above the page, then copy the raw text of this pag..." Tags: Replaced Manual revert
- 22:5622:56, 17 March 2023 diff hist +379,158 BlankPage No edit summary Tag: Reverted
- 15:5215:52, 17 March 2023 diff hist +2 DECLARE No edit summary
- 15:5115:51, 17 March 2023 diff hist +16 DECLARE No edit summary
- 15:0915:09, 17 March 2023 diff hist +6 DECLARE No edit summary
- 15:0615:06, 17 March 2023 diff hist −4 DECLARE No edit summary
- 15:0115:01, 17 March 2023 diff hist 0 DECLARE No edit summary
- 14:3414:34, 17 March 2023 diff hist +7 EXIT CASE No edit summary current
- 14:3214:32, 17 March 2023 diff hist +557 N EXIT SELECT Created page with "The '''EXIT SELECT''' statement does exit from a '''SELECT EVERYCASE''' block, doesn't matter which '''CASE''' is currently executed. {{PageSyntax}} : EXIT SELECT {{PageDescription}} * Use '''EXIT SELECT''' to immediately exit an entire SELECT EVERYCASE block. * Execution will proceed after END SELECT. * If you just wanna exit from a certain '''CASE''' while still checking for further '''CASE''' matches, then use EXIT CASE instead. {{Pag..." current
- 14:2114:21, 17 March 2023 diff hist +546 N EXIT CASE Created page with "The '''EXIT CASE''' statement does exit from a '''CASE''' in a '''SELECT CASE''' block. {{PageSyntax}} : EXIT CASE {{PageDescription}} * Use '''EXIT CASE''' to immediately exit from a '''CASE'''. * In SELECT EVERYCASE blocks execution will proceed with the next matching '''CASE'''. * In regular SELECT CASE blocks execution will proceed after END SELECT, i.e. '''EXIT CASE''' and EXIT SELECT behave the same way here. {{PageSeeAlso}} *..."
- 14:1114:11, 17 March 2023 diff hist +25 N EVERYCASE Redirected page to SELECT CASE current Tag: New redirect
- 13:3113:31, 17 March 2023 diff hist +26 N EXIT WHILE Redirected page to WHILE...WEND Tag: New redirect
- 10:5010:50, 17 March 2023 diff hist +222 N GET (general) Created page with "The '''GET''' statement has several uses, please select a page below. {{PageSeeAlso}} * GET (file statement) * GET (graphics statement) * GET (TCP/IP statement) * GET (HTTP statement) {{PageNavigation}}" current
- 10:4410:44, 17 March 2023 diff hist +195 N PUT (general) Created page with "The '''PUT''' statement has several uses, please select a page below. {{PageSeeAlso}} * PUT (file statement) * PUT (graphics statement) * PUT (TCP/IP statement) {{PageNavigation}}" current
15 March 2023
- 13:5613:56, 15 March 2023 diff hist −2,045,619 BlankPage Replaced content with "{{DISPLAYTITLE:_BlankPage}} The '''_BlankPage''' serves as a skeleton for new Wiki pages. {{PageSyntax}} : _BlankSub {{Parameter|arg1}}[, {{Parameter|arg2}}] : {{Parameter|result%}} = _BlankFunc({{Parameter|arg1}}[, {{Parameter|arg2}}]) {{PageParameters}} * {{Parameter|arg1}} is a mandatory argument * the {{Parameter|arg2}} is optional {{PageDescription}} To use this skeleton click on the '''Edit''' tab above the page, then copy the raw text of this pag..." Tags: Replaced Manual revert
- 13:4613:46, 15 March 2023 diff hist +2,045,619 BlankPage No edit summary Tag: Reverted
13 March 2023
- 16:5816:58, 13 March 2023 diff hist +292 N USING Created page with "The '''USING''' keyword is used in conjunction with other keywords to specify the use of certain parameters for the operation, its use may be optional in some cases. {{PageSyntax}} : LPRINT USING : PRINT USING : PALETTE USING : RANDOMIZE USING {{PageNavigation}}" current
- 10:3710:37, 13 March 2023 diff hist +29 N LIBRARY Redirected page to DECLARE LIBRARY current Tag: New redirect
- 10:3510:35, 13 March 2023 diff hist +6 STATIC No edit summary
- 10:3410:34, 13 March 2023 diff hist +88 STATIC No edit summary
- 10:3010:30, 13 March 2023 diff hist +29 N CUSTOMTYPE Redirected page to DECLARE LIBRARY current Tag: New redirect
- 10:2810:28, 13 March 2023 diff hist +487 N DECLARE Created page with "In legacy versions such as Wikipedia:QBasic/Wikipedia:QuickBASIC the '''DECLARE''' keyword was used in the beginning of a program to declare the subroutines and functions used/defined in that program. Although this practice is still supported for compatibility with old code, it is no longer required in QB64, but instead it is used here to open a Library function block. {{PageSyntax}} : DECLARE LIBRARY {{PageSeeAlso}} * DECLARE DYNAMIC LIBRARY {{Page..."
- 10:1210:12, 13 March 2023 diff hist +26 N DROPPEDFILE$ Redirected page to DROPPEDFILE current Tag: New redirect
- 08:3508:35, 13 March 2023 diff hist +21 OPTION No edit summary current
- 08:3408:34, 13 March 2023 diff hist −22 DYNAMIC No edit summary
- 08:3308:33, 13 March 2023 diff hist −5,878 BYVAL Redirected page to DECLARE LIBRARY current Tag: New redirect
- 08:2408:24, 13 March 2023 diff hist +4 DYNAMIC No edit summary
- 08:2308:23, 13 March 2023 diff hist +315 N DYNAMIC Created page with "The '''DYNAMIC''' keyword is used in two different ways in QB64, either as a Metacommand or as option in Library function blocks. {{PageSyntax}} ;Metacommand:REM $DYNAMIC ;Library function block:DECLARE DYNAMIC LIBRARY {{PageSeeAlso}} * DECLARE LIBRARY, ALIAS, BYVAL {{PageNavigation}}"
- 00:2000:20, 13 March 2023 diff hist +22 N LIST Redirected page to KEY LIST current Tag: New redirect
- 00:1900:19, 13 March 2023 diff hist +21 N SEG Redirected page to DEF SEG current Tag: New redirect
- 00:1800:18, 13 March 2023 diff hist +21 N DEF Redirected page to DEF SEG current Tag: New redirect
- 00:1500:15, 13 March 2023 diff hist +27 N ABSOLUTE Redirected page to CALL ABSOLUTE current Tag: New redirect