diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-br/glossario/operando | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/pt-br/glossario/operando')
-rw-r--r-- | files/pt-br/glossario/operando/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/files/pt-br/glossario/operando/index.html b/files/pt-br/glossario/operando/index.html new file mode 100644 index 0000000000..9f460ea876 --- /dev/null +++ b/files/pt-br/glossario/operando/index.html @@ -0,0 +1,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> |