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
How can i handle this type of exception ?
fn main() { mut i:=2.0 for { i=i*i println(i) } }
or
s:="" for { s= s+"aaa' }
The text was updated successfully, but these errors were encountered:
in c setjmp longjmp
other higher level languages try except .....
Sorry, something went wrong.
Support for floating point operations and the overall floating point ecosystem is very immature in V - see #5180 (comment) and vlang/vtl#2 .
I think It is not about floating point. It is about how to handle for without try except end
No branches or pull requests
How can i handle this type of exception ?
or
The text was updated successfully, but these errors were encountered: