print-header
The print-header
action Prints bold header text for debugging and testing. It belongs to the print category within the dev area.
Action Syntax
print-header "text"
A quoted text string
print-header $variable
A variable name starting with $
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
print-header "debug output here"
// Using Variables
// Display dynamic content from variables
print-header $output-text
Action code: 3247341630
Version: 0.6.4-0
Last updated: 2025-06-13