Skip to content

Commit

Permalink
Update built-in function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bichanna committed Jan 26, 2022
1 parent a3bfe39 commit 3272b75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/builtin_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ I will add more built-in functions, but if you want something that's not listed
| int | Convert the given value to an integer | `int("48")`
| float | Convert the given value to a float | `float("83")`
| string | Convert the given value to a string | `string(383.2)`
| keys | Return an array of keys of a map | `keys(map)`
| values | Return an array of values of a map | `values(map)`
| chars | Split the given value to characters and store it in an array | `chars("bichanna")`
| exit_program | Exit the program | `exit_program()`

0 comments on commit 3272b75

Please sign in to comment.