diff --git a/README.md b/README.md index 9655ccc..c62fe7a 100644 --- a/README.md +++ b/README.md @@ -418,7 +418,7 @@ There is no true preprocessor in picoc. The most popular preprocessor features are implemented in a slightly limited way. ## define -#define macros are implemented but have some limitations. They can only be used +define macros are implemented but have some limitations. They can only be used as part of expressions and operate a bit like functions. Since they're used in expressions they must result in a value.