Bold typeface indicates commands or characters the user types, provides emphasis, or the names of user interface elements. SMALL, BOLD CAPITAL LETTERS Small, bold capital letters indicate OpenEdge key functions and generic keyboard keys; for example, GET and CTRL. A plus sign between key names indicates a simultaneous key sequence: you press and hold down the first key while pressing the second key. For example, CTRL+X. A space between key names indicates a sequential key sequence: you press and release the first key, then press another key. For example, ESCAPE H. A fixed-width font is used in syntax, code examples, system output, and filenames. Fixed-width italics Fixed-width bold italic indicates variables in syntax with special emphasis. UPPERCASE fixed width ABL keywords in syntax and code examples are almost always shown in upper case. Although shown in uppercase, you can type ABL keywords in either uppercase or lowercase in a procedure or class. All statements except DO, FOR, FUNCTION, PROCEDURE, and REPEAT end with a period. DO, FOR, FUNCTION, PROCEDURE, and REPEAT statements can end with either a period or a colon. Large braces indicate the items within them are required. They are used to simplify complex syntax diagrams. Small braces are part of ABL. For example, a called external procedure must use braces when referencing arguments passed by a calling procedure. Ellipses indicate repetition: you can choose one or more of the preceding items.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |