summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorTyge Løvset <[email protected]>2022-10-19 15:50:51 +0200
committerTyge Løvset <[email protected]>2022-10-19 15:50:51 +0200
commit0441f3844410c64b7e2d4a2604b4254b851e64c8 (patch)
tree2b30f21536fd589b890fa4644732e963036a9113 /README.md
parentbb3a457e5c2c9e6b069ab3dfba10f9d21686b035 (diff)
downloadSTC-modified-0441f3844410c64b7e2d4a2604b4254b851e64c8.tar.gz
STC-modified-0441f3844410c64b7e2d4a2604b4254b851e64c8.zip
Reverted back to c_forrrange from c_forloop. Still available but deprecated.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3417c34..257df8ca 100644
--- a/README.md
+++ b/README.md
@@ -473,7 +473,7 @@ Memory efficiency
- Added back **coption** - command line argument parsing.
- New + renamed loop iteration/scope macros:
- `c_forlist`: macro replacing `c_forarray` and `c_apply`. Iterate a compound literal list.
- - `c_forloop`: macro replacing `c_forrange`. Iterate a `long long` type number sequence.
+ - `c_forrange`: macro replacing `c_forrange`. Iterate a `long long` type number sequence.
- `c_with`: macro renamed from `c_autovar`. Like Python's **with** statement.
- `c_scope`: macro renamed from `c_autoscope`.
- `c_defer`: macro renamed from `c_autodefer`. Resembles Go's and Zig's **defer**.