tremor-script 0.8.0

Tremor Script Interpreter
Documentation
1
2
3
4
5
6
7
8
let this = "that";
let bla = "blubb";
match true of
  case true when "snot" => `this`
  default => bla
end;
let the = "line";
let `won't` = "show";