Kalaam-Programming-Language/Kalaam

Semantics error

Closed this issue · 0 comments

a=10
b=5
c=a+b
d=a +b
दिखाए(c)
दिखाए(d)

Expected output

15
15

Output seen

15
10

Also the following gives syntax error

e=a+ b

Issue escrowed at http://web.archive.org/web/20210726024434/https://github.com/Kalaam-Programming-Language/Kalaam/issues/44
The version of kalaam.io site showing this error as accessed on 2021-07-26 http://web.archive.org/web/20210722121931/https://www.kalaam.io/Practice