removed NODE_EQUAL

This commit is contained in:
Lorenzo Torres 2025-12-02 21:31:16 +01:00
parent cb021716ef
commit 9302e4710d
4 changed files with 2 additions and 8 deletions

2
test.c
View file

@ -1,3 +1,3 @@
loop (0..1, list, 4..5, test, idk) |i, v, k, e, s| {
loop i != 0 {
printf("%d\n", i);
}