elixir
Context:
user.community.lang.elixir.elixir.talon
| Spoken | Backend |
|---|---|
| [state] raise {user.elixir_exception} | user.insert_between("raise ", "") |
| [state] rescue {user.elixir_exception} | "rescue {elixir_exception}" |
| op pipe | " |> " |
| state after | "after" |
| state case | "case " |
| state cond | "cond do" |
| state def | "def " |
| state defp | "defp " |
| state else | "else" |
| state end | "end" |
| state if | "if " |
| state rescue | "rescue" |
| state try | "try do" |