Skip to content

Commit

Permalink
Merge pull request #174 from chenzhitong/patch-12
Browse files Browse the repository at this point in the history
Update Opcodes.md
  • Loading branch information
Celia18305 authored Dec 18, 2024
2 parents 3e0e258 + c46c7a6 commit f0e7e09
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/n3/reference/Opcodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -3084,6 +3084,35 @@ This opcode set defines instructions for stack operations, compound-type handlin
Keeps only characters left of the specified point in a string.
</td>
</tr>
<tr>
<td><a class="anchor" name="8E"></a><a href="#8E">8E</a></td>
<td>RIGHT</td>
<td>
<table class="stack table-bordered">
<tbody>
<tr>
<td>b</td>
<td>a</td>
<td></td>
</tr>
</tbody>
</table>
</td>
<td>
<table class="stack table-bordered">
<tbody>
<tr>
<td>a[^b]</td>
<td></td>
</tr>
</tbody>
</table>
</td>
<td>a[^b]</td>
<td>
Keeps only characters right of the specified point in a string.
</td>
</tr>
<tr>
<td><a class="anchor" name="90"></a><a href="#90">90</a></td>
<td>INVERT</td>
Expand Down

0 comments on commit f0e7e09

Please sign in to comment.