summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEthan Heilman <ethan.r.heilman@gmail.com>2023-12-17 12:53:07 -0500
committerGitHub <noreply@github.com>2023-12-17 12:53:07 -0500
commite3dc3ba3617d33dc1c434196f5f7b4e463254e49 (patch)
tree95d6142e89ef5deba2b5ec251cc9ef98f4296701
parent97635f5c094709dd18f4afee017e33face886f5b (diff)
downloadbips-e3dc3ba3617d33dc1c434196f5f7b4e463254e49.tar.xz
Italicize variables
Co-authored-by: Vojtěch Strnad <43024885+vostrnad@users.noreply.github.com>
-rw-r--r--bip-???-cat.mediawiki2
1 files changed, 1 insertions, 1 deletions
diff --git a/bip-???-cat.mediawiki b/bip-???-cat.mediawiki
index 68c24c9..334cc20 100644
--- a/bip-???-cat.mediawiki
+++ b/bip-???-cat.mediawiki
@@ -39,7 +39,7 @@ For example, a script that pushed a 1-byte value on the stack and then repeated
==Specification==
-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.
+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 ''<nowiki>[x1, x2]</nowiki>'', where ''x2'' is at the top of the stack, OP_CAT will push ''x1 || x2'' onto the stack. By ''||'' we denote concatenation.
===Implementation===
<pre>