コード例 #1
0
ファイル: ops.go プロジェクト: dnesting/alife
// opRight: turn right
func opRight(o *org.Organism, c *Cpu) error {
	o.Right()
	return nil
}