.OS 파일 확장자
ObjectScript Source File
| 개발사 | ObjectScript |
| 인기도 |
3.1 | 169 투표 |
OS 파일이란 무엇인가요?
An OS file is a source file that contains ObjectScript code, which is a general purpose object-oriented programming language. It stores an executable script, which includes a list of commands and functions written in ObjectScript.
추가 정보
If you have ObjectDevel installed on your computer you can simply double-click the OS file to open it in ObjectDevel.
OS files can be converted into a standalone ObjectScript application by bundling files into a .JAR file. This makes it simpler to distribute a standalone ObjectScript program. To do this, select File → New → Script Application and select the JAR file where you want to save the ObjectScript application.