.FORTH 文件扩展名
Forth Language File
| 开发者 | 不适用 |
| 受欢迎程度 |
3.6 | 5 票 |
什么是 FORTH 文件?
Code file for Forth programming language, which is supported by several different text editors for features such as syntax highlighting; contains Forth programming language similar to how .C files contain C or C++ source code; same file format as the .4TH file.
更多信息
Forth language's format is based on data stack and RPN (Revers Polish Notation). A simple example of its format:
7 8 * 23 + .
79 ok
This format equals to 7 multiplied by 8 plus 23, with "." printing the result of the mathematical equation to the user terminal.
注: To create a FORTH file simply rename the extension of your plain text file that contains the Forth source code.
可打开或引用 FORTH 文件的程序
Windows
免费
Linux