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.