Home Online Manual
Top
Back: Libraries in the SINGULAR Documentation
Forward: Category string
FastBack: Procedures
FastForward: Debugging tools
Up: Libraries
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

3.8.2 Version string

A version string is part of the header of a library.

Syntax:
version = string_constant;
Purpose:
Defines the version number of a library. It is displayed when the library is loaded.
Example:
version="version sample.lib 4.0.0.0 Dec_2013 ";
Note:
Syntax: version<space><filename><space><version><space><date><space>