**(click-append: // [[harlowe:HookName|hookname]] or [[harlowe:String|String]]//) -> //[[harlowe:Changer|Changer]]//**

A special shorthand combination of the [[harlowe:click|(click:)]] and [[harlowe:append|(append:)]] macros, this allows you to append
text to a hook or [[harlowe:string|string]] when it's clicked. ''%%(click: ?1)[(append:?1)[...]]%%''
can be rewritten as ''%%(click-append: ?1)[...]%%''.

=== Example usage: ===

<code>
I have nothing to fear.
(click-append: "fear")[ but my own hand].
</code>
=== See also: ===

[[harlowe:click-replace|(click-replace:)]], [[harlowe:click-prepend|(click-prepend:)]]