blob: 9f460ea8769caf184ca5ad462e83ea66971814d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
title: Operando
slug: Glossario/Operando
translation_of: Glossary/Operand
---
<p>An <strong>operand</strong> is the part of an instruction representing the data manipulated by the {{glossary("operator")}}. For example, when you add two numbers, the numbers are the operand and "+" is the operator.</p>
<h2 id="Learn_more">Learn more</h2>
<ul>
<li>{{Interwiki("wikipedia", "Operand")}} on Wikipedia</li>
</ul>
|