Template:Basic data operation: Difference between revisions

From Rosetta Code
Content added Content deleted
(Follow redirects and reorder for improved utility)
m (Improve the layout of the infobox)
Line 1: Line 1:
<div class="infobox" style="width: 2in">
<div class="infobox" style="width: 2in">
<big>'''Basic Data Operation'''</big><br />
<big>'''Basic Data Operation'''</big><br>
This is a basic data operation. It represents a fundamental action on a basic data type.
This is a basic data operation. It represents a fundamental action on a basic data type.


You may see other such operations in the [[:Category:Basic Data Operations|Basic Data Operations]] category, or:
You may see other such operations in the [[:Category:Basic Data Operations|Basic Data Operations]] category, or:


<small>
<center><small>
'''Integer Operations'''
* [[Arithmetic/Integer|Integer arithmetic]]
<br>
* [[Integer comparison]]
[[Arithmetic/Integer|Arithmetic]] | [[Integer comparison|Comparison]]
* [[Bitwise operations|Bitwise boolean operations]]

* [[Logical operations|Logical boolean operations]]
'''Boolean Operations'''
* [[String interpolation (included)|String interpolation]]
<br>
* [[Pointers and references|Pointer and reference operations]]
* [[Address of a variable|Address operations]]
[[Bitwise operations|Bitwise]] | [[Logical operations|Logical]]

</small>
'''String Operations'''
</div>
<br>
[[String interpolation (included)|Interpolation]]

'''Memory Operations'''
<br>
[[Pointers and references|Pointers &amp; references]] | [[Address of a variable|Addresses]]
</small></center></div>
<includeonly>[[Category:Basic Data Operations]]</includeonly>
<includeonly>[[Category:Basic Data Operations]]</includeonly>
<noinclude>{{template}}</noinclude>
<noinclude>{{template}}</noinclude>

Revision as of 00:04, 20 January 2011

Basic Data Operation
This is a basic data operation. It represents a fundamental action on a basic data type.

You may see other such operations in the Basic Data Operations category, or:

Integer Operations
Arithmetic | Comparison

Boolean Operations
Bitwise | Logical

String Operations
Interpolation

Memory Operations
Pointers & references | Addresses



This is a template. There are many others. See Category:RCTemplates for a complete list of templates.