Skip to content

Commit

Permalink
Merge branch 'master' of github.com:NicoNex/tau
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Jul 12, 2024
2 parents 620e281 + 369912d commit c593fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ Tau has an assortment of useful builtin functions that operate on many data type
- `type(x)` -- Returns the type of the object `x`.
- `int(x)` -- Converts the object `x` to an Integer.
- `float(x)` -- Converts the object `x` to a Float.
- `exit([code | message, code]) -- Terminates the program with the optional exit code and/or message.
- `exit([code | message, code])` -- Terminates the program with the optional exit code and/or message.
- `append(xs, x)` -- Appends the object `x` to the List `xs` and returns the new List.
- `new` -- Constructs a new empty object.
- `failed(f)` -- Calls the Function `f` and returns true if an error occurred.
Expand Down

0 comments on commit c593fc6

Please sign in to comment.