Skip to content
Permalink
Browse files
Update data_types.md
  • Loading branch information
clarkh9 committed Jan 7, 2023
1 parent 99a130a commit a107f175d63a34ab5528b681b6c26e5339d7ffc4
Showing 1 changed file with 8 additions and 0 deletions.
@@ -30,3 +30,11 @@ variable except with the added benefit of one-liners in order to make your code
# END RESULT:

``Hello Harry``

# NOTE:

It should be noted that while you can make the declrative of a macro anything such as an ``int, char, string, bool, double, float, const, etc``
You CANNOT define a macro as a ``struct`` otherwise it will not work

By all means, you can do what I did in the first screenshot and define a macro with the same name as the struct but it needs to explictially state
that it is a struct otherwise it will not work for some reason?!

0 comments on commit a107f17

Please sign in to comment.