mirror of
https://github.com/Alvin-Zilverstand/femcode.git
synced 2026-03-06 02:56:56 +01:00
docs: Update documentation for new features
This commit is contained in:
@@ -151,6 +151,14 @@ Femcode supports floating-point numbers (decimals).
|
|||||||
my_float is 3.14
|
my_float is 3.14
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Floating-Point Numbers
|
||||||
|
|
||||||
|
Femcode supports floating-point numbers (decimals).
|
||||||
|
|
||||||
|
```femcode
|
||||||
|
my_float is 3.14
|
||||||
|
```
|
||||||
|
|
||||||
### Strings
|
### Strings
|
||||||
|
|
||||||
Strings are sequences of characters enclosed in double quotes.
|
Strings are sequences of characters enclosed in double quotes.
|
||||||
|
|||||||
Reference in New Issue
Block a user