**(stop: ////) -> //[[harlowe:Command|Command]]//**

This macro, which accepts no arguments, creates a (stop:) [[harlowe:Command|Command]], which is not configurable.

=== Example usage: ===

<code>
{(live: 1s)[
    (if: $packedBags)[OK, let's go!(stop:)]
    (else: )[(either:"Are you ready yet?","We mustn't be late!")]
]}
</code>
=== Rationale: ===

Clunky though it looks, this macro serves a single important purpose: inside a [[harlowe:live|(live:)]]
macro's hook, its appearance signals that the macro must stop running. In every other occasion,
this macro does nothing.

This command can't have [[harlowe:changer|changers]] attached - attempting to do so will produce an error.

=== See also: ===

[[harlowe:live|(live:)]]