Skip to content

Commit

Permalink
Changed README
Browse files Browse the repository at this point in the history
  • Loading branch information
codefionn committed Jun 23, 2024
1 parent cb2aec0 commit aebe9e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,13 @@ The interpreter uses
```
- Mutation supports with *actors*:
```
$ sys.actor 0 \x \y (
actor = $ sys.actor 0 \x \y (
sys.println (fib 10);
x + 1
)
actor @test
```
Where `0` is the initial state, `x` is the current state and `y` is the given input.
- Values:
- Strings: `"Test"`
- Atoms: `@test`
Expand Down

0 comments on commit aebe9e9

Please sign in to comment.