Posts by LuizF6843 • 1 point
1 post
-
-1
votes2
answers75
viewsQ: How to stop a for in Elixir?
I’m making a loop that will check my list. The problem is that the loop doesn’t stop when I get where I want, then it ends up showing everything that has been checked. defmodule Tester do def…