forked from lix-project/lix
add floating point number
This commit is contained in:
parent
292cab039d
commit
e6f7c180de
|
@ -53,7 +53,7 @@ the rest.
|
|||
```
|
||||
</td>
|
||||
<td>
|
||||
A multiline string. Strips common prefixed whitespace. Evaluates to `"multi\n line\n string"`.
|
||||
A multi-line string. Strips common prefixed whitespace. Evaluates to `"multi\n line\n string"`.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -80,6 +80,14 @@ the rest.
|
|||
An integer
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
`3.141`
|
||||
</td>
|
||||
<td>
|
||||
A floating point number
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
`./foo.png`
|
||||
|
|
Loading…
Reference in a new issue