We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when doing jac check on and there is a function called but never defined, jac doesn't get the issue
with entry { a = 4; b = 7; c = a + b; d = a + b + c; h = float(a); l = floor(h); print(path); }
jac check t.jac
The text was updated successfully, but these errors were encountered:
mgtm98
No branches or pull requests
when doing jac check on and there is a function called but never defined, jac doesn't get the issue
To Reproduce
The text was updated successfully, but these errors were encountered: