| B | |
| backspace | |
| Backus Naur Form | |
| basename | |
| Basics | |
| beep | |
| beginning_of_line | |
| below | |
| below_eq | |
| Bitwise Logical Operators | |
| Bitwise Shift Operators | |
| bless | |
| bookmark_list | |
| BookMarks | |
| bool | |
| borders | |
| BPACKAGES | |
| Braces | |
| break | |
| break statement | |
| Brief | |
| Buffer Attributes | |
| Buffer Content | |
| Buffer Flags | |
| Buffer Identifiers | |
| Buffer List | |
| Buffer Primitives | |
| Buffers | |
| Built-in Functions |
Delete character to the left of the cursor.
void backspace( [int num = 1] )
Return the last component of a pathname.
int basename( string pathname, [string suffix] )
Issue a beep sound.
int beep( [int freq], [int duration] )
Goto beginning of line.
int beginning_of_line()
Less than comparison.
int below( declare expr1, declare expr2 )
Less than or equal comparison.
int below_eq( declare expr1, declare expr2 )
Associate an object with a class/module.
int bless( [int ref], [string classname] )
Retrieve existing bookmark list.
list bookmark_list()
Declare a boolean symbol.
bool sym1, sym2 ...;
Set window border status.
int borders( [int borders] )
BRIEF packages default.
extern const string BPACKAGES;
break statement.
break;