From efd743591e555e63dce7dd351e1e80bb38848669 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 29 Nov 2018 14:57:22 -0800 Subject: Renamed append/concat_append to add/concat_add for Code objects. --- core/math.nom | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'core/math.nom') diff --git a/core/math.nom b/core/math.nom index bef6bbb..2bc3e6f 100644 --- a/core/math.nom +++ b/core/math.nom @@ -79,7 +79,7 @@ externally [all of %items, all %items] all mean: %lua = (Lua "(") %lua::add [: for % in %items: add (% as lua expr)] joined with " and " - %lua::append ")" + %lua::add ")" return %lua [not all of %items, not all %items] all parse as (not (all of %items)) @@ -98,7 +98,7 @@ externally [any of %items, any %items] all mean: %lua = (Lua "(") %lua::add [: for % in %items: add (% as lua expr)] joined with " or " - %lua::append ")" + %lua::add ")" return %lua [none of %items, none %items] all parse as (not (any of %items)) @@ -119,7 +119,7 @@ externally [sum of %items, sum %items] all mean: %lua = (Lua "(") %lua::add [: for % in %items: add (% as lua expr)] joined with " + " - %lua::append ")" + %lua::add ")" return %lua externally [product of %items, product %items] all mean: @@ -137,7 +137,7 @@ externally [product of %items, product %items] all mean: %lua = (Lua "(") %lua::add [: for % in %items: add (% as lua expr)] joined with " * " - %lua::append ")" + %lua::add ")" return %lua externally [avg of %items, average of %items] all mean (..) -- cgit v1.2.3