Search
 
SCRIPT & CODE EXAMPLE
 

ELIXIR

elixir hello world

IO.puts("Elixir is fun!")
Comment

hello world in elixir

Erlang/OTP 21.0 [64-bit] [smp:2:2] [...]

Interactive Elixir (1.11.3) - press Ctrl+C to exit
iex(1)> 40 + 2
42
iex(2)> "hello" <> " world"
"hello world"
Comment

PREVIOUS NEXT
Code Example
Elixir :: phoenix system get env 
Elixir :: elixir enum each 
Elixir :: ** (Ecto.ConstraintError) constraint error when attempting to insert struct: * id_fkey (foreign_key_constraint) 
Elixir :: elixir get nested map value 
Elixir :: how to split a string in elixir 
Elixir :: elixir function arity 
Elixir :: elixir nested if 
Scala :: scala match default 
Scala :: equivalent of spark datetype in scala 
Scala :: scala merge list of strings 
Scala :: scala schema json spark 
Actionscript :: cannot connect to rabbitmq localhost inside docker container 
Excel :: google sheets convert month to number 
Excel :: how to reference data from another sheet in excel 
Perl :: perl post condition 
Perl :: mean data frame columns by group R 
Pascal :: wait for input in pascal 
Pascal :: pascal special characters 
Powershell :: ps where-object 
Clojure :: how to do operations inside a list clojure 
Erlang :: tcp client erlang 
Assembly :: how to check if chat is nsfw discord.py 
Assembly :: x86 assembly not instruction 
Javascript :: jquery vslidation remove spaces from input 
Javascript :: remove non letters from a string javascript 
Javascript :: window.reload 
Javascript :: javascript split and trim 
Javascript :: update node.js dependencies 
Javascript :: javascript to detect browser 
Javascript :: how to get element by title js 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =