@* One line of a worked stack example: the stack on the left, the program left to run on the right. *@
@Stack @Program
@code { [Parameter] [EditorRequired] public string Stack { get; set; } = null!; [Parameter] public string? Program { get; set; } }