[Feature] Special Comparison Operator
BiatuAutMiahn opened this issue ยท 1 comments
Now I don't know what this would be called but it would be useful in some cases:
If Variable A is true Then output would be Variable B
For example:
If $VarA {
Return $VarB
}
If Contains(EntityList(),Entity("Chicken")) {
Return Len(EntityList())
}