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 :: elixir map 
Elixir :: jason elixir 
Elixir :: elixir datetime to timestamp 
Elixir :: elixir map to new map 
Elixir :: elixir get_in access all 
Elixir :: how to split a string in elixir 
Elixir :: elixir function pattern matching 
Elixir :: elixir error 
Scala :: scala string to lower case 
Scala :: scala pattern matching 
Scala :: Exception: sbt.TrapExitSecurityException thrown from the UncaughtExceptionHandler in thread "run-main-0" 
Actionscript :: move records from table to another using knex migration 
Actionscript :: silk road block-cypher 
Excel :: excel conditionally highlight multiple columns based on one column 
Excel :: freeze row in excel 
Perl :: print a variable perl 
Perl :: nested haah in perl 
Pascal :: for loop pascal 
Powershell :: powershell replace character in string 
Gdscript :: GDScript typed variables 
Lisp :: elisp return type 
Assembly :: regex find a word index of all matches 
Assembly :: sparsefile 
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
7+9 =