Tables
Here are a couple of examples of tables which are recognized and translated:
1. "Perfect" table with header, not indented
First |
Second |
Third |
1 |
2 |
3 |
4 |
5 |
6 |
2. "Perfect" table without header, not indented
First |
Second |
Third |
1 |
2 |
3 |
4 |
5 |
6 |
3. "Perfect", indented table
First |
Second |
Third |
1 |
2 |
3 |
4 |
5 |
6 |
4. Indented table with empty fields
Type |
Range of values |
Default value (*) |
bool |
true/false (resp. 1/0) |
false (resp. 0) |
char |
0-255 |
'\0' |
int |
-32768 - +32767 |
0 |
unsigned int |
0 - 65565 |
0 |
double |
-1.7E+308 - +1.7E+308 (15 digits) |
0.0 |
str |
|
"" |
node |
|
node::npos |
vector |
|
empty |
map |
|
empty |
cursor |
|
-- |
function table |
|
empty |