From c43d1a1de9b1da7011ba3993e1a7881178347c49 Mon Sep 17 00:00:00 2001 From: Luke Wagner Date: Mon, 4 May 2015 11:07:08 -0500 Subject: [PATCH] Do we need While/For? --- AstSemantics.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AstSemantics.md b/AstSemantics.md index 78c4bb62..d46650d5 100644 --- a/AstSemantics.md +++ b/AstSemantics.md @@ -35,8 +35,7 @@ are statements. * Block - a fixed-length sequence of statements * If - if statement - * While - while statement - * For - for statement + * Loop - unconditional loop statement * Continue - continue to start of nested loop * Break - break to end from nested loop or block * Return - return zero or more values from this function