Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 5, 2024
1 parent f3d90d0 commit 1b3ee91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ Variables are statically typed in Component. Here is an example usage of a varia

![image](https://github.com/user-attachments/assets/f20443c1-3a83-4336-9b01-2309e2bc0af9)

## Function (Coming Soon)
Create an addition function called `foo`.
## Function
Create an addition function called `foo`. Note that to start a function you do in fact need to use the `>` again to tell the interpreter that the following is a function and should not be evaluated.

```
> x y + foo func
> > + foo func
> 1 2 foo
-> 3
Expand Down

0 comments on commit 1b3ee91

Please sign in to comment.