LastExceed
04/30/2020, 12:50 PMspand
04/30/2020, 12:56 PMspand
04/30/2020, 12:56 PMLastExceed
04/30/2020, 12:57 PMRuckus
04/30/2020, 1:26 PMx ?- 7LastExceed
04/30/2020, 1:26 PMRuckus
04/30/2020, 1:30 PMx ?: 7 is valid. x? : 7 is not.LastExceed
04/30/2020, 1:31 PMLastExceed
04/30/2020, 1:33 PM- is just an infix function that directly translates to .minus() (which is why i'm wondering why it doesnt work already)Dico
04/30/2020, 10:23 PMx ? .minus(...) as wellDico
04/30/2020, 10:25 PMDerek Peirce
05/01/2020, 3:48 AMx?.minus(7) reads just fine and x?-7 will require a double-take no matter where the spaces go