This shows you the differences between two versions of the page.
| xrpl:print [2019/03/04 00:19] – created Karsten75 | xrpl:print [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ===== Print ===== | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | | value | | [ value - ] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | |||
| - | Takes one item from the stack and writes it on a new line in a file called PRPL.txt in Particle Fleet' | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl> | ||
| - | # Assume this core is at map coordinates (100, 50). Assume this script is named " | ||
| - | "Hello World!" | ||
| - | # Each time this line is invoked, a new line appears in PRPL.txt: | ||
| - | # [100,50] Hello.prpl: Hello World! | ||
| - | </ | ||
| - | |||