docs: Update documentation for new features

This commit is contained in:
Alvin
2025-07-22 19:22:39 +02:00
parent 85e793a105
commit e56ca4a582

View File

@@ -151,6 +151,14 @@ Femcode supports floating-point numbers (decimals).
my_float is 3.14
```
### Floating-Point Numbers
Femcode supports floating-point numbers (decimals).
```femcode
my_float is 3.14
```
### Strings
Strings are sequences of characters enclosed in double quotes.