h.openf
来自「强大的数学工具包」· OPENF 代码 · 共 48 行
OPENF
48 行
* * * * * * * * file * * * * * * * * Strings may be read from files using the following commands: "fload" "fload()" opens the default file ___INP, reads all lines, and closes the file. "fload(NAME)" opens the file NAME, reads all lines, and closes the file. "fopen" "fopen()" opens the default file ___INP. It must exist in the current working directory (see "? fopen"). "fopen(NAME)" opens the file NAME. It must exist in the current working directory (see "? fopen"). "fread" "fread()" reads the line the file pointer is pointing to from the default file ___INP (see "? fread"). "fread n" "fread(n)" reads n lines beginning with the line the file pointer is pointing to from the default file ___INP (see "? fread"). "fread(NAME)" reads the line the file pointer is pointing to from the file NAME (see "? fread"). "fread(NAME,n)" reads n lines beginning with the line the file pointer is pointing to from the file NAME (see "? fread"). "fclose" "fclose()" closes the default file ___INP (see "? fclose"). "fclose(NAME)" closes the file NAME (see "? fclose"). "openf" lists all currently opened files. Listing the currently opened files is not possible in sequences and loops.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?