```javascript
tru(true)
.then(function() {
    console.log('true');
})
.otherwise(function() {
    console.log('true');
})
.end();
```

for when if statements aren't verbose enough.