[info] Executing: | store | Alex | author |
[info] Store ‘Alex’ into ‘author’
[info] Executing: | store | Alex | Name with spaces also works. See tab Variables. |
[info] Store ‘Alex’ into ‘Name with spaces also works. See tab Variables.’
[info] Executing: | storeEval | new Date().toString() | time |
[info] Store ‘Tue Nov 20 2018 13:52:55’ into ‘time’
[info] Executing: | storeTitle | page | |
[info] Store ‘Test page’ into ‘page’
[info] Executing: | echo | Added by ${author}. Time: ${time}. Page: ${page}. | |
[info] echo: Added by ${author}. Time: ${time}. Page: ${page}.