add floating point number

This commit is contained in:
Valentin Gagarin 2022-08-12 13:18:59 +02:00
parent 292cab039d
commit e6f7c180de

View file

@ -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`