Please enable JavaScript to view this site.

R:BASE 11 Help

Navigation: Command Index

Reading Command Syntax

Scroll Prev Top Next More

How To Read the Parts of the Command Syntax Diagram

 

Compute

 

Text Objects in the Command Syntax Diagram

 

Keywords, which are uppercase, tell R:BASE what to do.

Arguments, which are lowercase, represent specific information that you provide, such as a table name, column name, variable name, or expression.

 

Graphical Parts of the Command Syntax Diagram

 

An arrow in a command syntax indicates what portion of the command can be repeated. Each part of the command that is repeated must be separated with a comma, or the current delimiter character.

Ellipses indicate that the syntax continues to the next line.

 

If you have a choice of keyword or argument to use, the choices are enclosed in brackets.

This is the main line of the syntax. Any keywords or arguments on the main line are required.

 

BelowMain

This part of the syntax is below the main line and is therefore optional.