5 votes
FORTH File - What is a .forth file and how do I open it?
Learn about .FORTH files and view a list of programs that open them.
Diller
Genel Bakış
What is a FORTH file? 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.
More Information 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. NOTE: To create a FORTH file simply rename the extension of your plain text file that contains the Forth source code.
Document Icon
Gezinme
Previous / Next
In-Depth
.FORTH File Extension
Forth Language File
| Developer | N/A |
| Popularity |
3.6 | 5 Votes |
What is a FORTH file?
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.
More Information
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.
NOTE: To create a FORTH file simply rename the extension of your plain text file that contains the Forth source code.
Open over 400 file formats with File Viewer Plus . Free Download
Programs that open or reference FORTH files
Sort
Pricing
Program Name
Platform
Reset
X
Windows
GNU Gforth
Free
Kate Editor
Free
Mac
KDevelop
Free
Kate Editor
Free
Linux
KDevelop
Free
GNU Gforth
Free
Kate Editor
Free
KWrite
Free
Category: Developer Files
Updated: November 26, 2013