Flip

Introduction

In order to reverse the arguments of a function you can use the keyword flip, place it after the function name.

Limitation
Flip isnĀ“t supported by variadic functions due its nature. I.e. (...args) => {...}

Example

HelloWorld