Veila

Control flow

Pattern matching

#match value
   1, 2  “a small number”
   x  “the number ‘x’”
   _  “something else”

if, for, while