Matthew Good
04/29/2019, 6:19 PMkarelpeeters
04/29/2019, 7:07 PM&&, || and ()? Why? What are associat(true), detectparens(true)?Matthew Good
04/29/2019, 7:41 PM&&, || and ()?` yes
Why? so i dont need to manually parse them via a string like associat("true and false and (true or false)") // true false true or true false falsekarelpeeters
04/29/2019, 7:44 PM|| and co immediately?