Files
Toy/source
Ratstail91 e59bcd0572 Fixed a bug in for-loops when compound is modified
It's a simple fix, but it's basically just shadowing the compound's
name:

  var array = [1];
  for (var i in array) array.pushBack(i); //this will fail
2026-05-24 19:45:28 +10:00
..
2026-04-27 10:07:16 +10:00
2026-04-24 13:01:38 +10:00
2026-05-06 16:12:50 +10:00
2026-05-17 09:47:46 +10:00
2026-05-06 16:12:50 +10:00
2026-05-06 16:12:50 +10:00
2026-05-06 16:12:50 +10:00
2026-04-24 12:46:27 +10:00
2026-05-06 16:12:50 +10:00
2026-04-06 23:08:17 +10:00
2026-05-06 16:12:50 +10:00
2026-05-15 14:13:54 +10:00
2026-05-13 17:54:24 +10:00
2026-05-15 14:13:54 +10:00