From e56ca4a582c8899cfa515f3eb4c3fe748ffe8e99 Mon Sep 17 00:00:00 2001 From: Alvin <524715@vistacollege.nl> Date: Tue, 22 Jul 2025 19:22:39 +0200 Subject: [PATCH] docs: Update documentation for new features --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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.