User Tools

Site Tools


2019:notes_on_teaching_elixir

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
2019:notes_on_teaching_elixir [2019/05/31 13:43] – [By arity] adolfont2019:notes_on_teaching_elixir [2020/11/19 11:42] (current) – external edit 127.0.0.1
Line 31: Line 31:
  
 ===== Calling functions ===== ===== Calling functions =====
 +
 +Module, function and arguments.
  
 ==== By arity ==== ==== By arity ====
Line 51: Line 53:
  
 <code> <code>
-Kernel.abs -34 
 Kernel.abs(-34) Kernel.abs(-34)
 +Kernel.abs -34
 +Kernel.abs (-34)
 +
 Kernel.round(34.6) Kernel.round(34.6)
 Kernel.floor(34.6) Kernel.floor(34.6)
2019/notes_on_teaching_elixir.1559310214.txt.gz · Last modified: 2020/11/19 11:42 (external edit)