diff --git a/docs/README.md b/docs/README.md index 28e198d..90dd107 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.