You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p><code>If</code> lets your block try multiple branches for a variable. If every branch has no matches, the block fails.</p>
160
155
161
-
<tr><td><em><code>If</code> lets your block try multiple branches for a variable. If every branch has no matches, the block fails.</em></td></tr>
156
+
<table>
162
157
163
158
<tr>
164
159
<td><code>If … else</code> lets you express ordered choice. <strong>Only the first branch</strong> with matches will contribute values to the variable.</td>
<p>Besides creating new records, Eve has four operators to modify existing records in <code>bind</code> or <code>commit</code>.</p>
215
210
216
-
<tr><td><em>Besides creating new records, Eve has four operators to modify existing records in <code>bind</code> or <code>commit</code>.</em></td></tr>
211
+
<table>
217
212
218
213
<tr>
219
214
<td>(<code>+=</code>) Add value to attribute.</td>
0 commit comments