Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Type expression to get type of var #12

Closed
benhj opened this issue Feb 20, 2020 · 1 comment
Closed

Type expression to get type of var #12

benhj opened this issue Feb 20, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@benhj
Copy link
Owner

benhj commented Feb 20, 2020

A non defined type should have nil.

E.g. get type of x and put result into res:

type(x) -> res;

If x is undefined, res could be nil

@benhj benhj added the enhancement New feature or request label Feb 20, 2020
@benhj
Copy link
Owner Author

benhj commented Feb 20, 2020

Done

@benhj benhj closed this as completed Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant