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
 
(4 intermediate revisions by the same user not shown)
Line 3: Line 3:
Statements are used to do things like:
Statements are used to do things like:


[[Assignment]]
[[Assignment Statements]]
[[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]].
[[Branching Statements]]
 
[[Debugging Statements]]
 
[[Displaying File Processing Statements]]
 
[[Ending Programs Statements]]
 
[[Error Handling Statements]]
 
[[File Processing Statements]] (External and Internal)
 
[[Full Screen Processing Statements]]
 
[[Internal Data Table Statements]]
 
[[Loop Statements]]
 
[[Miscellaneous Statements]]
 
[[Communication Statements]]
 
[[User Defined Function Statements]]
 
[[Window File Processing Statements]]

Latest revision as of 01:53, 6 February 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 Statements

Branching Statements

Debugging Statements

Displaying File Processing Statements

Ending Programs Statements

Error Handling Statements

File Processing Statements (External and Internal)

Full Screen Processing Statements

Internal Data Table Statements

Loop Statements

Miscellaneous Statements

Communication Statements

User Defined Function Statements

Window File Processing Statements