```sh
var = readfile file
```
The readfile command will read the requested file and return the value to the output variable.
A single parameter holding the file path.
The file content or none in case file does not exist.
```sh
text = readfile ./Cargo.toml
```