Comment

public struct Comment : Shortcut

This action lets you explain how part of a shortcut works. When run, this action does nothing.

  • The contents of the shortcut.

    Declaration

    Swift

    public var body: some Shortcut { get }
  • Initializes the shortcut.

    Declaration

    Swift

    public init(_ text: String)

    Parameters

    text

    An explanatory text.