Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • \$\begingroup\$ Great! As a sidenote, 2,1 in Brachylog v2 does not construct the list [2,1] (2;1 would), but rather the number 21 (which doesn't change the way you intended your answer to work). \$\endgroup\$ Commented Aug 17, 2017 at 13:55
  • \$\begingroup\$ @Fatalize Ooh thanks I confused that with Jelly... \$\endgroup\$ Commented Aug 17, 2017 at 13:56
  • \$\begingroup\$ @Fatalize BTW 2;1 wouldn't have worked in Brachylog v1 as ; means logical OR there. \$\endgroup\$ Commented Aug 17, 2017 at 14:03