From 4415045c6bcc8515c4428a2c039d3efe626938e5 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Tue, 29 Apr 2014 20:46:44 -0700 Subject: [PATCH] Update README.md --- PLASMA/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLASMA/README.md b/PLASMA/README.md index a5df6659..db628b48 100644 --- a/PLASMA/README.md +++ b/PLASMA/README.md @@ -247,7 +247,7 @@ Control structures affect the flow of control through the program. There are co fin ``` -The when/is/otherwise/merge statement is similar to the if/elsif/else/fin construct except that it is more efficient. It selects one path based on the evaluated expressions, then merges the code path back together at the end. However only the 'when' value is compared against a list of expressions. The expressions do not need to be constants, they can be any valid expression. The list of expressions is evaluated in order, so for efficiency sake, place the most common cases earlier in the list. +The when/is/otherwise/wend statement is similar to the if/elsif/else/fin construct except that it is more efficient. It selects one path based on the evaluated expressions, then merges the code path back together at the end. However only the 'when' value is compared against a list of expressions. The expressions do not need to be constants, they can be any valid expression. The list of expressions is evaluated in order, so for efficiency sake, place the most common cases earlier in the list. ``` when keypressed