Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
kagsa-win-1.1.1.zip | 2022-09-09 | 8.1 MB | |
kagsa-termux-1.1.1.zip | 2022-09-09 | 28.3 kB | |
kagsa-linux-1.1.1.zip | 2022-09-09 | 28.3 kB | |
1.1.1.tar.gz | 2022-09-09 | 46.1 kB | |
1.1.1.zip | 2022-09-09 | 71.4 kB | |
README.md | 2022-09-09 | 636 Bytes | |
Totals: 6 Items | 8.3 MB | 0 |
Problems Fixed in 1.1.1 (Hot Fix) :
- fix problem in
parse_sformat.py
.var name = 'ali' ; write "Name : %{name}";
- fix problem in
input
keyword.write 'Hi, Welcome',input "Whats Your Name?"
- fix problem in lexing the
input
keyword.var num1 = toInt(input "Enter a Number :")
- fix problem that if you write variable without
var, string, int, float, list, dict
.myname = 'KAGSA'
- fix libraries compile.
kagsa -l file.kg -o file.kgl
- fix problem in
@KAGSA.latest()
calling.write 'Last KAGSA Version :', @KAGSA.latest()
- fix some wrong things in documents.