h.fload

来自「强大的数学工具包」· FLOAD 代码 · 共 20 行

FLOAD
20
字号
                               * * * * * * *                               *   fload   *                               * * * * * * *        "file load"        SYNTAX: fload                fload()                fload(NAME)        "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.                Strings may also be read from files using the commands "fopen",         "fread", "fclose". (For more information type "?fopen", "? fread",        "? fclose", and "?openf".)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?