Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 9, 2021 21:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/56f116c901128e08f352f98bfa15c601 to your computer and use it in GitHub Desktop.
Save Whateverable/56f116c901128e08f352f98bfa15c601 to your computer and use it in GitHub Desktop.
committable6
2017.02 for (.005, .01, .025, .05, .075, .1, .25, .5, .75, 1.0, 2.5, 5.0, 7.5, 10.0, Inf) Z (.005, .01, .025, .05, .075, .1, .25, .5, .75, 1.0, 2.5, 5.0, 7.5, 10.0, Inf) -> $a, $b { say $a,$b}
¦«2017.02»:
(0.005 0.005)(0.01 0.01)
(0.025 0.025)(0.05 0.05)
(0.075 0.075)(0.1 0.1)
(0.25 0.25)(0.5 0.5)
(0.75 0.75)(1 1)
(2.5 2.5)(5 5)
(7.5 7.5)(10 10)
Too few positionals passed; expected 2 arguments but got 1
in block <unit> at /tmp/T14RrEeKLi line 1
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment