BR
Overview
The BR standard function inserts line-breaks into the page. By default, only one will be inserted, but the number of line-breaks can be specified.
Prototype
##BR(integer {Count})
Parameters
- Name: Count {Optional}
- Type: integer
- Default: 1
- Description: The number of line breaks to insert.
Examples
##BR()
##BR(10)
See Also
Function Calling Convention
Scope Function
Instruction Function
Standard Function
Related
- Whitespace - How the wiki handles whitespace and what you can do to manipulate it.