mirror of
https://github.com/bitcoin/bips.git
synced 2025-01-18 21:35:13 +01:00
Adds subsection header
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
This commit is contained in:
parent
d4f85b1146
commit
beb5802cc6
@ -41,7 +41,7 @@ For example, a script that pushed a 1-byte value on the stack and then repeated
|
||||
|
||||
OP_CAT pops two elements off the stack, concatenates them together in stack order and pushes the resulting element onto the stack. Given the stack [x1,x2], where x2 is at the top of the stack, OP_CAT will push x1||x2 onto the stack. By '||' we denote concatenation.
|
||||
|
||||
Implementation
|
||||
===Implementation===
|
||||
<pre>
|
||||
case OP_CAT:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user