8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
|
selector{
|
||
|
cond At(Robot,Table)
|
||
|
selector{
|
||
|
cond At(Robot,Bar)
|
||
|
act MoveTo(Table)
|
||
|
}
|
||
|
}
|