reduce not working as expected? #36
Thompsonmina
started this conversation in
Bugs
Replies: 2 comments 1 reply
-
Thanks for reporting this! I created a project with the nada tool to try running your code, and also saw an error when I tried to generate-test for your original program.
If the goal is to find an element in an array, this Battleship program ( |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the response and thank you for the link, that helps a lot. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to do a reduce operation to return if a secret integer is a member of a secret array, conducted a simple test with a literal integer but for some reason it just doesn't work, the program compiles correctly but attempting to execute it doesn't work
When I replace the reduce add with the standard
this works, What could be the issue?
Beta Was this translation helpful? Give feedback.
All reactions