fn do true -> "true" false -> "false" _ -> "uh..." end
[0] https://hexdocs.pm/elixir/1.14/Kernel.SpecialForms.html#fn/1
[1] https://hexdocs.pm/elixir/1.14/Kernel.SpecialForms.html#cond...