Category:Statements: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "Business Rules! statements are instructions to the computer which are typically saved in a file as a program. Many of the statements described here may also be executed in imm...")
 
No edit summary
Line 4: Line 4:


[[Assignment]]
[[Assignment]]
[[Branching]]
[[Branching]]
[[Debugging]]
[[Debugging]]
[[Displaying File Processing]]
[[Displaying File Processing]]
[[Ending Programs]]
[[Ending Programs]]
[[Error Handling]]
[[Error Handling]]
[[External File Processing]]
[[External File Processing]]
[[Full Screen Processing]]
[[Full Screen Processing]]
[[Internal Data Table]]
[[Internal Data Table]]
[[Internal File Processing]]
[[Internal File Processing]]
[[Loop]]
[[Loop]]
[[Miscellaneous]]
[[Miscellaneous]]
[[Communication]]
[[Communication]]
[[User Defined Function]]
[[User Defined Function]]
[[Window File Processing]]
[[Window File Processing]]


To see statements categorized thusly see [[Summary of Statements]].
To see statements categorized thusly see [[Summary of Statements]].

Revision as of 01:47, 15 January 2013

Business Rules! statements are instructions to the computer which are typically saved in a file as a program. Many of the statements described here may also be executed in immediate mode, as if they were commands. Each of the statements is described here in alphabetical order.

Statements are used to do things like:

Assignment

Branching

Debugging

Displaying File Processing

Ending Programs

Error Handling

External File Processing

Full Screen Processing

Internal Data Table

Internal File Processing

Loop

Miscellaneous

Communication

User Defined Function

Window File Processing

To see statements categorized thusly see Summary of Statements.