BlankPage: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:_BlankPage}} The '''_BlankPage''' serves as a skeleton for new Wiki pages, simply copy this text and paste it into the new page. Then change/remove sections as needed. {{PageSyntax}} : BlankSub {{Parameter|arg1}}[, {{Parameter|arg2}}] : result% = BlankFunc {{Parameter|arg1}}[, {{Parameter|arg2}}]")
 
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:_BlankPage}}
{{DISPLAYTITLE:_BlankPage}}
The '''_BlankPage''' serves as a skeleton for new Wiki pages, simply copy this text and paste it into the new page. Then change/remove sections as needed.
The '''_BlankPage''' serves as a skeleton for new Wiki pages.




{{PageSyntax}}
{{PageSyntax}}
: BlankSub {{Parameter|arg1}}[, {{Parameter|arg2}}]
: '''BlankSub''' {{Parameter|arg1}}[, {{Parameter|arg2}}]
: result% = BlankFunc {{Parameter|arg1}}[, {{Parameter|arg2}}]
: {{Parameter|result%}} = '''BlankFunc''' {{Parameter|arg1}}[, {{Parameter|arg2}}]
 
 
{{PageParameters}}
* {{Parameter|arg1}} is a mandatory argument
* the {{Parameter|arg2}} is optional
 
 
{{PageDescription}}
Simply copy this text and paste it into the new page. Then change/remove sections as needed.

Revision as of 12:26, 24 October 2022

The _BlankPage serves as a skeleton for new Wiki pages.


Syntax

BlankSub arg1[, arg2]
result% = BlankFunc arg1[, arg2]


Parameters

  • arg1 is a mandatory argument
  • the arg2 is optional


Description

Simply copy this text and paste it into the new page. Then change/remove sections as needed.