Skip to content

Commit

Permalink
Added actors to README
Browse files Browse the repository at this point in the history
  • Loading branch information
codefionn committed Jun 23, 2024
1 parent b6cb894 commit cb2aec0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ The interpreter uses
add @zero y = y
add (@succ x) y = add x (@succ y)
```
- Mutation supports with *actors*:
```
$ sys.actor 0 \x \y (
sys.println (fib 10);
x + 1
)
```
- Values:
- Strings: `"Test"`
- Atoms: `@test`
Expand Down

0 comments on commit cb2aec0

Please sign in to comment.