Search
 
SCRIPT & CODE EXAMPLE
 

ELIXIR

elixir module

defmodule Math do
  def zero?(0), do: true
  def zero?(x) when is_integer(x), do: false
end
Comment

PREVIOUS NEXT
Code Example
Elixir :: elixir eval ast 
Elixir :: elixir append lists 
Elixir :: elixir mapset member 
Elixir :: elixir enum chunk_every 
Elixir :: elixir function arity 
Elixir :: elixir enum map_every 
Scala :: quantification scalaire 
Scala :: hashset scala 
Scala :: find a list of strings inside string scala 
Scala :: scala list all permutations 
Actionscript :: from sys import stdin 
Actionscript :: dig WWW.EXAMPLE.COM +nostats +nocomments +nocmd 
Excel :: google sheets countif current month 
Excel :: excel and formula 
Perl :: perl for 
Perl :: perl mechanize infinite scroll with attempt count 
Pascal :: pascal sleep 
Powershell :: powershell take ownership recursive command 
Gdscript :: godot progrssbar set max value in code 
Abap :: abap shortcut comments 
Assembly :: google apps script format date string 
Assembly :: discord bot edit message 
Assembly :: discord.py change status to invisible 
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
8+5 =