Skip to content

Commit

Permalink
Update KEYWORDS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crnvl authored Aug 21, 2023
1 parent eaac19c commit f14798c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/KEYWORDS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
- `|` - Check if either value is true
- `!` - Check if the value is false
- `%` - Get the remainder of two values
- `x^y` - Calculate the power x of a value y

# Types in NETL2
- `int` - Signed 32-bit integer
- `str` - String
- `bool` - Boolean
- `bool` - Boolean

0 comments on commit f14798c

Please sign in to comment.