Skip to content

Instantly share code, notes, and snippets.

@bdw
Created July 7, 2019 21:17
Show Gist options
  • Save bdw/5c942afa18cfdfc084bb36a8ccd2a12c to your computer and use it in GitHub Desktop.
Save bdw/5c942afa18cfdfc084bb36a8ccd2a12c to your computer and use it in GitHub Desktop.
floating points nqp
#!/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