This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
4rpl:baserpl:strings:asstring [2019/03/16 18:38] – external edit 127.0.0.1 | 4rpl:baserpl:strings:asstring [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ~~NOTOC~~ | ||
- | |||
- | ====== asstring ====== | ||
- | asstring (< | ||
- | |||
- | ===== Description ===== | ||
- | Converts an item on the stack to a string. | ||
- | |||
- | ===== Examples ===== | ||
- | <code 4rpl> | ||
- | 42 asstring -> | ||
- | trace(< | ||
- | </ | ||