Created
July 7, 2019 21:17
-
-
Save bdw/5c942afa18cfdfc084bb36a8ccd2a12c to your computer and use it in GitHub Desktop.
floating points nqp
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
#!/usr/bin/env nqp | |
if (0.125 < 0.126) { | |
nqp::say("OK"); | |
} else { | |
nqp::die("NOT OK"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment