Removed extra scope around for loop body blocks, resolved #107

This commit is contained in:
2023-08-22 01:11:32 +10:00
parent 7290efe069
commit db52c13613
4 changed files with 17 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ The current patch version of Toy. This value is embedded into the bytecode.
This value MUST fit into an unsigned char.
!*/
#define TOY_VERSION_PATCH 0
#define TOY_VERSION_PATCH 1
/*!
### TOY_VERSION_BUILD