.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