예제 #1
0
파일: ops.go 프로젝트: dnesting/alife
// opRight: turn right
func opRight(o *org.Organism, c *Cpu) error {
	o.Right()
	return nil
}