git @ Cat's Eye Technologies Samovar / 0.5 eg / until-hold-brick.samovar
0.5

Tree @0.5 (Download .tar.gz)

until-hold-brick.samovar @0.5raw · history · blame

1
2
3
4
5
6
7
8
scenario UntilHoldBrick {
  [actor(α),item(β),~holding(α,β)]  α picks up the β.   [holding(α,β)]
  [actor(α),item(β),holding(α,β)]   α puts down the β.  [~holding(α,β)]
  actor(Ignatz).
  item(brick).
  item(oilcan).
  goal [holding(Ignatz,brick)].
}