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

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

=== Example usage: ===

<code>
Who stands with me?
(click-prepend: "?")[ but my shadow].
</code>
=== See also: ===

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