h.fopen

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

FOPEN
22
字号
                               * * * * * * *                               *   fopen   *                               * * * * * * *        "file open"        SYNTAX: fopen                fopen()                fopen(NAME)        Strings may be read from files using the commands "fload",         "fopen", "fread", "fclose". (For more information type "?fload",        "? fread", and "? fclose".)                "fopen"         "fopen()"     opens the default file ___INP.        "fopen(NAME)" opens the file NAME.                The file you want to read from must exist in the current working         directory. At most 10 files can be opened at the same time.                "openf" lists all currently opened files.

⌨️ 快捷键说明

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