function HVP
HVP(
row?: number,
col?: number,
): unknown

Horizontal and Vertical Position

Same as CUP.

Parameters

optional
row: number = 1
optional
col: number = 1

Return Type

unknown

Usage

import { HVP } from "csi.ts";