test/ikc3/while.ret.expected

Branch


Log

Author Commit Date CI Message
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