const
Input Stack:
|
⇨ | Output Stack:
|
Generates a line where each datapoint is a constant value. Any double value that is left on the stack will get implicitly converted to a constant line, so this operator is typically not used explicitly.
Before | After |
42 | 42,:const |