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

Tree @master (Download .tar.gz)

until-hold-brick.samovar @masterraw · 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)].
}