This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
cw4:rpl_language_overview [2021/01/09 15:54] – created Karsten75 | cw4:rpl_language_overview [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | <=[[cw4:scripting# | + | <=[[cw4:common_scripting_language]] |
====== xRPL - The Language ====== | ====== xRPL - The Language ====== | ||
Line 22: | Line 22: | ||
| | ||
Either of the scripts above will read the two most recent arguments on the stack (4 and 5), add them and push the sum on to the stack. After the instruction has completed, there will be two numbers on the stack. The " | Either of the scripts above will read the two most recent arguments on the stack (4 and 5), add them and push the sum on to the stack. After the instruction has completed, there will be two numbers on the stack. The " | ||
- | < | + | < |
- | <note> | + | <wrap info round > |
You can find more commands and detailed explanations of them in the [[crpl: | You can find more commands and detailed explanations of them in the [[crpl: | ||
- | </note> | + | </wrap> |
==== Comments ==== | ==== Comments ==== | ||
Line 37: | Line 37: | ||
- | < | + | < |
# that are on the stack | # that are on the stack | ||
# Below is code # | # Below is code # |