Answers for "defining constants in elixir module"

0

defining constants in elixir module

defmodule MyModule do
  @my_favorite_number 13
end
Posted by: Guest on May-22-2021

Browse Popular Code Answers by Language