pub fn gt<S: ValueStore>(
store: &S,
left: Value,
right: Value,
) -> RuntimeResult<Value>Expand description
> accepts integers only (design §10.1).
pub fn gt<S: ValueStore>(
store: &S,
left: Value,
right: Value,
) -> RuntimeResult<Value>> accepts integers only (design §10.1).