| E | |
| echo_line | |
| edit_file | |
| edit_file2 | |
| ega | |
| else | |
| Encoding | |
| end_anchor | |
| end_of_buffer | |
| end_of_line | |
| end_of_window | |
| Enumerated Types | |
| Environment Primitives | |
| Equality Operators | |
| errno | |
| error | |
| Error Codes | |
| Escape Sequences | |
| execute_macro | |
| exist | |
| exit | |
| exp | |
| expandpath | |
| Expression Statement | |
| Expressions | |
| extags | |
| extern |
Set echo line flags.
int echo_line( [int flags] )
Edit a file.
int edit_file( ... )
Extended file edit.
int edit_file2( [int &files], [string encoding], [int mode], string|list file )
Terminal line display.
int ega( int lines )
else statement.
if ( expr ) true-body else false-body
Set the end of the anchor.
int end_anchor( [int line], [int column] )
Move cursor to end of current buffer.
int end_of_buffer()
Goto end of line.
int end_of_line()
Goto end of the current window.
int end_of_window()
Issue an error message on the command line.
int error( string format, ... )
Invokes a command by name.
declare execute_macro( [string cmd], ... )
Check file existence.
int exist( string path, [int canon = TRUE] )
Exit current process level.
void exit( [string y_or_w] )
Exponential function.
float exp( float x )
Expand the path.
string expandpath( string path, [int env] )
Declare an external variable.
extern <type> sym1, sym2, ..;