.KGL 文件扩展名
Kagsa Library
| 开发者 | Kagsa |
| 受欢迎程度 |
4.0 | 4 票 |
什么是 KGL 文件?
A KGL file is a library used by the Kagsa programming language. It contains one or more common functions developers can call while writing Kagsa source code files (.KG files). KGL files are renamed .ZIP archives that contain .PY files.
更多信息
Kagsa is an interpreted programming language written in Python. Developers can use Kagsa and its compiler to write and execute simple programs.
Developers creating Kagsa programs can compile one or more functions into a Kagsa library. These libraries are saved as KGL archives. Each KGL file always contains the following files:
- main.py
- __memory__.py
如何打开 KGL 文件
You can open a KGL file with any common archive utility. Before doing so, you may have to rename the file's extension to .zip.