pair → pair-value() → any
Returns the value component of the input pair.
This function has no parameters.
("BE" => 42) | pair-value → 42
Kind: Function Scope: pair Aliases: None
pair