Std (Component)
Library: StdLib
Necessary constants: STD_USED
The component Std contains basical functions of the OSL. Some of the other components require these functions; the StdLib library has to be the last one included that other components can include the StdLib for their purposes.
Function groups:
Global variables:
variable | default value | |
std_repaint! | false | specifies whether the screen has to be repainted |
w_maxr% | 159 | right border where text is wrapped |
w_newl% | | y coordinate of next line (set by W_DRAW) |
w_lcnt% | | specifies the amount of lines drawn (set by W_DRAW) |
|