Functions | |
function | news () octetcdir |
if (exist(newsfile,"file")) f | |
while (ischar(line=fgets(f))) puts(line) | |
endwhile else | error ("news: unable to locate NEWS file") |
Variables | |
newsfile = fullfile (octetcdir, "NEWS") |
if | ( | exist(newsfile,"file") | ) |
function news | ( | ) |
while | ( | ischar(line=fgets(f)) | ) |
newsfile = fullfile (octetcdir, "NEWS") |