From e657c7cfa67ac13c730d31bd169cddae03056e72 Mon Sep 17 00:00:00 2001 From: mmichlol Date: Sat, 7 Feb 2026 10:39:00 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91b053d..c08121b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## 🚀 Features - **Custom Syntax**: C-like syntax easy for beginners. - **Variables**: Support for `int`, `bool` and `string`. -- **include files**: you can include base files from compiler `#include ` or your own files `#include "myfile.pcc`. +- **include files**: you can include base files from compiler `#include ` or your own files `#include "myfile.pcc"`. - **Control Flow**: `if` statements support. - **Functions**: Define and call `void` functions. - **Native Compilation**: Compiles directly to x64 machine code.