blob: d51380baf3960d76c3905851efea359cc8147476 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="conv-length">
<info>
<link type="guide" xref="index#conversion"/>
</info>
<title>Length/Area/Volume</title>
<p>
To convert between length, area and volume units use the <em>in</em> operator.
</p>
<example>
<p>
6 meters in inches
</p>
<p>
1 acre in cm²
</p>
<p>
1 pint in mL
</p>
</example>
<note>
<p>
Length/Area/Volume conversions must be performed using the keyboard.
</p>
</note>
</page>
|