---
title: sable
published: 2024-09-23T22:12:19+0100
---
## Strictly evaluated, purely functional programming
- [Syntax]
- [Comments]
- [Literals]
- [Definitions]
## Syntax
### Comments
```
-- There are only line comments for neow
```
### Literals
```
true: bool
false: bool
123: int
\x: char