HomePhorge

(#5935) Allow functions to accept negated values
e3c59df2b246Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

(#5935) Allow functions to accept negated values

function(-1) was failing because the grammar wasn't allowing negated values in
function calls. This fix makes the negation of any value which was previously
legal as a function argument also now legal as a function argument.

Paired-With: Max Martin
Paired-With: Markus Roberts