float support and simple help

This commit is contained in:
nora 2021-10-02 12:55:25 +02:00
parent 3fb8953ff4
commit 37ba39863a
6 changed files with 56 additions and 15 deletions

View file

@ -36,6 +36,7 @@ The following return types are currently available:
* bool
* isize
* usize
* f64
Boolean values can only be `None` or `Some`.
The other values can be `None` or `Some(_)`