diff --git a/src/demo.shy b/src/demo.shy index 2f5bcd63..7fa43483 100644 --- a/src/demo.shy +++ b/src/demo.shy @@ -6,6 +6,8 @@ func show { if a > 2 { pwd } + if a > 2 { pwd } + return pwd } show @@ -16,4 +18,5 @@ for a > 2 { let a = a - 1 } show +return pwd