Implement and test Float.#add

This commit is contained in:
Richard Feldman 2020-03-11 20:50:52 -04:00
parent 523282e7bc
commit 21e4eb505a
4 changed files with 32 additions and 1 deletions

View file

@ -586,7 +586,7 @@ define_builtins! {
5 FLOAT_SQRT: "sqrt"
6 FLOAT_HIGHEST: "highest"
7 FLOAT_LOWEST: "lowest"
8 FLOAT_ADD: "add"
8 FLOAT_ADD: "#add"
}
4 BOOL: "Bool" => {
0 BOOL_BOOL: "Bool" imported // the Bool.Bool type alias