From c195ae4045ef7b43c6a4a4aceaccebeea0d4dc1e Mon Sep 17 00:00:00 2001 From: clenser Date: Thu, 19 Oct 2023 10:53:37 +0000 Subject: [PATCH] Edited ch07_authorization-authentication.adoc with Atlas code editor --- ch07_authorization-authentication.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch07_authorization-authentication.adoc b/ch07_authorization-authentication.adoc index 6d589706..07ff0049 100644 --- a/ch07_authorization-authentication.adoc +++ b/ch07_authorization-authentication.adoc @@ -156,7 +156,7 @@ can produce the +TRUE+ result that signifies a valid ((("scripts", "stack", star ===== A simple script -Now let's apply what we've learned about scripts and stacks to some simple examples. +Now let's ((("scripts", "input/output", "examples of", id="script-input-output-example")))((("input scripts", "examples of", id="input-script-example")))((("output scripts", "examples of", id="output-script-example")))apply what we've learned about scripts and stacks to some simple examples. As we will see in <>, the script +2 3 OP_ADD 5 OP_EQUAL+ demonstrates the arithmetic addition operator +OP_ADD+, adding two @@ -228,7 +228,7 @@ the next operator: Try validating the preceding script yourself using pencil and paper. When the script execution ends, you should be left with a +TRUE+ value -on the stack. +on the ((("scripts", "input/output", "examples of", startref="script-input-output-example")))((("input scripts", "examples of", startref="input-script-example")))((("output scripts", "examples of", startref="output-script-example")))stack. [[script_exec]] ===== Separate execution of output and input scripts