From f8cfdd0f2276afe2f924295c192256601db595db Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 15 Sep 2018 15:39:38 -0700 Subject: Better parsing of strings and handling of non-printable characters and tabs. --- core/math.nom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/math.nom') diff --git a/core/math.nom b/core/math.nom index 11282a4..d6ddbce 100644 --- a/core/math.nom +++ b/core/math.nom @@ -99,8 +99,8 @@ action [avg of %items, average of %items] (=lua "(utils.sum(\%items)/#\%items)") compile [min of %items, smallest of %items, lowest of %items] to (..) Lua value "utils.min(\(%items as lua expr))" -compile [max of %items, biggest of %items, largest of %items, highest of %items] to -..(Lua value "utils.max(\(%items as lua expr))") +compile [max of %items, biggest of %items, largest of %items, highest of %items] to (..) + Lua value "utils.max(\(%items as lua expr))" test: assume ((min of [3, -4, 1, 2] by % = (% * %)) == 1) -- cgit v1.2.3