Original Author Paul Laughton, 2011
Page 204
De Re BASIC!
Dim Array [n, n, ...], Array$[n, n, ...] ..., 40
Do / Until <lexp>, 81
Echo.off, 93
Echo.on, 93
Email.send <recipient_sexp>, <subject_sexp>, <body_sexp>, 130
ENCODE$(<charset_sexp>, <source_sexp>), 68
ENCODE$(<type_sexp>, {<qualifier_sexp>}, <source_sexp>), 66
Encrypt {<pw_sexp>}, <source_sexp>, <encrypted_svar>, 134
End{ <msg_sexp>}, 91
ENDS_WITH(<sub_sexp>, <base_sexp>), 62
Exit, 91
EXP(<nexp>), 59
F_N.break, 80
F_N.continue, 80
File.delete <lvar>, <path_sexp>, 106
File.dir <path_sexp>, Array$[] {, <dirmark_sexp>}, 107
File.exists <lvar>, <path_sexp>, 107
File.mkdir <path_sexp>, 107
File.rename <old_path_sexp>, <new_path_sexp>, 107
File.root <svar>, 108
File.size <size_nvar>, <path_sexp>, 108
File.type <type_svar>, <path_sexp>, 108
FLOOR(<nexp>), 57
Fn.def name|name$( {nvar}|{svar}|Array[]|Array$[], ... {nvar}|{svar}|Array[]|Array$[]), 76
Fn.end, 78
Fn.rtn <sexp>|<nexp>, 77
Font.clear, 95
Font.delete {<font_ptr_nexp>}, 95
Font.load <font_ptr_nvar>, <filename_sexp>, 95
For <nvar> = <nexp> To <nexp> {Step <nexp>} / Next, 79
FORMAT$(<pattern_sexp>, <nexp>), 74
FORMAT_USING$(<locale_sexp>, <format_sexp> { , <exp>}...), 74
FRAC(<nexp>), 57
Ftp.cd <new_directory_sexp>, 126
Ftp.close, 125
Ftp.delete <filename_sexp>, 126
Ftp.dir <list_nvar>, 126
Ftp.get <source_sexp>, <destination_sexp>, 126
Ftp.mkdir <directory_sexp>, 127
Ftp.open <url_sexp>, <port_nexp>, <user_sexp>, <pw_sexp>, 125
Ftp.put <source_sexp>, <destination_sexp>, 125
Ftp.rename <old_filename_sexp>, <new_filename_sexp>, 126
Ftp.rmdir <directory_sexp>, 126
GETERROR$(), 63
GoSub <index_nexp>, <label>... / Return, 83
GoSub <label> / Return, 83
GoTo <index_nexp>, <label>..., 83
GoTo <label>, 83