tremor-script 0.8.0

Tremor Script Interpreter
Documentation
1
2
3
4
match evont of
   case %{snot ~= re|b|} => "badger"
   default => "darn"
end