File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1001,7 +1001,7 @@ outcomes:
10011001```
10021002[VSlot $a *]---->[VStore array *]---->[HStore Array [VSlot 0 *]]
10031003 |
1004- [VSlot $b *]-->[VStore array *] [VStore Arr *]< ---+
1004+ [VSlot $b *]-->[VStore array *] [VStore Arr *]< ---+
10051005 | |
10061006 +----------------------+ +----------+
10071007 V V
@@ -1050,7 +1050,7 @@ possible outcome:
10501050 | V |
10511051 | [VStore string 'hi'] |
10521052 V |
1053- [VSlot $x *]--------------------->[VStore int 123]< --------+
1053+ [VSlot $x *]--------------------->[VStore int 123]< --------+
10541054```
10551055
10561056Here is the third possible outcome:
@@ -1068,11 +1068,11 @@ Here is the third possible outcome:
10681068 V | V
10691069 [VStore Arr-D *]-->[HStore Array [VSlot 0 *] [VSlot 1 *]] | [VStore string 'hi']
10701070 | | |
1071- [VStore int 123]< -------+ | |
1071+ [VStore int 123]< -------+ | |
10721072 V |
10731073 [VStore string 'hi'] |
10741074 |
1075- [VSlot $x *]--------------------->[VStore int 123]< ---------+
1075+ [VSlot $x *]--------------------->[VStore int 123]< ---------+
10761076```
10771077
10781078The second and third possible outcomes show what can possibly happen if
You can’t perform that action at this time.
0 commit comments