This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| prpl:print [2016/12/02 23:33] – external edit 127.0.0.1 | prpl:print [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| <- [[.: | <- [[.: | ||
| - | ===== | + | ===== |
| ^Arguments^Result^Notation^ | ^Arguments^Result^Notation^ | ||
| - | | | | [ - ] | | + | | value | | [ value - ] | |
| === Description === | === Description === | ||
| + | |||
| + | Takes one item from the stack and writes it on a new line in a file called PRPL.txt in Particle Fleet' | ||
| === Examples === | === Examples === | ||
| - | < | + | < |
| - | + | # Assume | |
| + | "Hello World!" | ||
| + | # Each time this line is invoked, a new line appears in PRPL.txt: | ||
| + | # [100,50] Hello.prpl: Hello World! | ||
| </ | </ | ||
| + | |||