Metropoli BBS
VIEWER: gesubs.s MODE: TEXT (ASCII)
	TITLE Geometry Library Subroutine Module

INCLUDE GEROMID.H
INCLUDE GEEXTDEC.H

*****************************************************************
* The main module contains the subroutines for the user words.
* Each routine is named with a NULLNAME compiler directive, and
* has a corresponding entry in the external declarations file.
*****************************************************************
NULLNAME GEtimesPI ( % --> %*PI )
* Multiplies real number by PI
::
  %PI %*
;
*****************************************************************

[ RETURN TO DIRECTORY ]