Home Online Manual
Top
Back: cleardenom
Forward: coef
FastBack: Functions and system variables
FastForward: Control structures
Up: Functions
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

5.1.10 close

Syntax:
close ( link_expression )
Type:
none
Purpose:
closes a link.
Example:
 
link l="ssi:tcp localhost:"+system("Singular");
open(l); // start SINGULAR "server" on localhost in batchmode
close(l); // shut down SINGULAR server
See link; open.