Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the quickref.md document. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
713d5e77fce92c0a9edca84898c79818 |
User & Date: | drh 2019-04-23 18:04:50.207 |
Context
2019-04-23
| ||
19:35 | Add a "self" page to the fileupload.tcl demo. (check-in: cdd099b81e user: drh tags: trunk) | |
18:04 | Fix a typo in the quickref.md document. (check-in: 713d5e77fc user: drh tags: trunk) | |
2019-04-15
| ||
19:00 | Update the built-in SQLite to the 3.28.0 beta. (check-in: 482776f0ef user: drh tags: trunk) | |
Changes
Changes to docs/quickref.md.
︙ | |||
25 26 27 28 29 30 31 | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | - + | > |**wapp-start** $argv|→|Starts up the Wapp application| |**wapp-subst** {_TEXT_}|→|Append _TEXT_ to the output with substitution| |**wapp-trim** {_TEXT_}|→|Like **wapp-subst** but also removes left-margin whitespace| |**wapp-param** _NAME_ _DEFAULT_|→|Return value of parameter _NAME_| |**wapp-set-param** _NAME_ _VALUE_|→|Set parameter _NAME_ to _VALUE_| |**wapp-param-exists** _NAME_|→|True if parameter _NAME_ exists| |
︙ |