test/ikc3/while.kc3

Branch


Log

Author Commit Date CI Message
Thomas de Grivel 05a5dca9 2025-07-20T22:20:38 add test for while unwind protect
Thomas de Grivel 4826d948 2025-07-20T15:35:38 fix json and add tests for ikc3/while
Thomas de Grivel 94d38022 2025-07-19T15:14:26 wip
Thomas de Grivel 3f0fecd3 2025-07-19T11:02:24 fix while test (while argument needs parens)
Thomas de Grivel 4ed6b582 2025-07-19T10:31:48 while tests
Thomas de Grivel 1da3e3f5 2025-07-18T19:49:13 Add comprehensive while loop test for KC3 - Test basic while loop with false condition (no execution) - Test counter loop with puts output and variable mutation - Test sum calculation loop demonstrating accumulation - Test while loop with break statement and conditional exit - Test list building with while loop using cons operator - Follow existing ikc3 test patterns with quote/execute structure