jashkenas--coffeescript/documentation/examples/embedded_block.coffee

6 lines
87 B
CoffeeScript

```
function time() {
return `The time is ${new Date().toLocaleTimeString()}`;
}
```