Template:Basic data operation: Difference between revisions

From Rosetta Code
Content added Content deleted
m (capitalization policy)
(add link to String_comparison)
 
(3 intermediate revisions by one other user not shown)
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:


<center><small>
<small><ul><li> [[Address operations]]
'''Integer Operations'''
</li><li> [[Basic integer arithmetic]]
<br>
</li><li> [[Basic pointer and reference operations]]
[[Arithmetic/Integer|Arithmetic]] |
</li><li> [[Bitwise operations]]
</li><li> [[Integer comparison]]
[[Integer comparison|Comparison]]
</li><li> [[Logical operations]]
</li><li> [[String interpolation (included)]]
</li></ul></small>


'''Boolean Operations'''
</div>
<br>
[[Bitwise operations|Bitwise]] |
[[Logical operations|Logical]]


'''String Operations'''
<includeonly>
<br>
[[Category:Basic Data Operations]]
[[String concatenation|Concatenation]] |
</includeonly>
[[String interpolation (included)|Interpolation]] |
[[String_comparison|Comparison]] |
[[String matching|Matching]]

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

Latest revision as of 17:53, 6 July 2014

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
Concatenation | Interpolation | Comparison | Matching

Memory Operations
Pointers & references | Addresses



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