aochagavia / AFP-Ants

1 stars 0 forks source link

boolean expression language #7

Closed ReinierMaas closed 7 years ago

ReinierMaas commented 7 years ago

User story:

I as writer of an Ants program want to write: Not Condition to test if something does not have a certain condition. Branches can be inverted to execute this on the low level. This should make it easier to use functions like turnCond.

Example:

turnCond Left (Not Home) notHomebranch middleOfHomeBranch
ReinierMaas commented 7 years ago

@Daan-K wil jij deze issue implementeren?