Peek¶
| Name | Mandatory | Description | Default | Type | 
|---|---|---|---|---|
| ⬅️ Input | The input of this shard is ignored. | None | ||
| Output ➡️ | This shard either outputs none if the peeked Wire is still in progress, or the peeked Wire's output if it has ended. | Any | ||
| Wire | No | The wire to check. | none | WireStringNoneVar(Wire) | 
Checks if another Wire has ended (Note that a looped Wire will never end). Outputs the Wire's output if it has ended, or none if it is still in progress.