DulLabs / bhai-lang

A toy programming language written in Typescript
https://bhailang.js.org/
MIT License
3.97k stars 501 forks source link

Type of variables in bhailang #261

Open nitinkumar30 opened 2 years ago

nitinkumar30 commented 2 years ago

I want to know how to know the type of any variable in bhailang. Like if we want to ask the type of integer variable, it'll print . Is there any code or syntax for that? Also if we can have line number indication in the error part, the user will directly know the exact line.

image