Last active
April 10, 2021 22:14
-
-
Save billmetangmo/daed59ae5bb6e6783958bb6c31d78a34 to your computer and use it in GitHub Desktop.
Open refine Jython interpreter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| try: | |
| int(value) | |
| except : | |
| value=0 | |
| finally: | |
| return value |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment