diff --git a/doc/sample/Expressions.im b/doc/sample/Expressions.im index 8c10bb3..e90603d 100644 --- a/doc/sample/Expressions.im +++ b/doc/sample/Expressions.im @@ -47,4 +47,10 @@ Q = match yz in 2 => age = age / 12, 3 => age = age / 365, _ => age = 0 -end. \ No newline at end of file +end. + +while x > 2 do + cout put:"message" +end + +cout put:"message" while x > 2. \ No newline at end of file