defmodule Example.Assignments do def compute do x = 1 foo = "bar" something_long = 42 another_very_long_name = :atom y = true end end