Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmasoldi3r authored Apr 25, 2024
1 parent a6d8d94 commit 9e021fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,9 @@ fn `-->`(left, right) {

let foo = "foo" --> "bar";
// Will yield "foobarbarfoo"

// This also means that one could write:
let reducted = [1, 2, 3]->reduce(`+`);
```

## Crazy stuff
Expand All @@ -370,8 +373,7 @@ let App = () => _
_;
println(render(App));
```
To work in Saturnus! In fact that is a small react-like library currently
being written in Saturnus.
To work in Saturnus!

## Why replace Lua?

Expand Down

0 comments on commit 9e021fe

Please sign in to comment.