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
eg, in readme.md not sure what to put in place of:
| category | D | nim | | --- | --- | --- | | try throw catch finally | <code>try{throw new Exception("bar");}<br>catch(Exception e) {writeln(e);}<br>finally {}<code> | <code>try: raise newException(IOError, "test exception")<br>except IOError: (let e = (ref IOError)(getCurrentException()); echo e[])<br>finally: discard<code> |
EDIT: this works well: https://github.com/timotheecour/D_vs_nim/blob/dev/table_test.md but more cumbersome to type tables
The text was updated successfully, but these errors were encountered:
No branches or pull requests
eg, in readme.md not sure what to put in place of:
EDIT: this works well: https://github.com/timotheecour/D_vs_nim/blob/dev/table_test.md but more cumbersome to type tables
The text was updated successfully, but these errors were encountered: