Maxim
Results
22
comments of
Maxim
Wouldn't it be smart to also allow a lambda-like structure where one can return a boolean? ``` filter {_players::*}: if health of player > 10: return true return false ```...
Neat little addition, but I'm currently thinking of any particular use-cases. It certainly is not hard to add though.