Hello I’m new in Elixir, it is possible to assign a global variable from a local scope ?
ex
case x do
"text" -> global_var = 1
end
Hello I’m new in Elixir, it is possible to assign a global variable from a local scope ?
ex
case x do
"text" -> global_var = 1
end