Top
Back: 5.1.57 kill
Forward: 5.1.59 koszul
FastBack: 5. Functions and system variables
FastForward: 6. Tricks and pitfalls
Up: 5.1 Functions
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

5.1.58 killattrib

Syntax:

killattrib ( name, string_expression )

Type:

none

Purpose:

deletes the attribute given as the second argument.

Example:
 
  ring r=32003,(x,y),lp;
  ideal i=maxideal(1);
  attrib(i,"isSB",1);
  attrib(i);
→ attr:isSB, type int
  killattrib(i,"isSB");
  attrib(i);
→ no attributes

See attrib; option.


Top Back: 5.1.57 kill Forward: 5.1.59 koszul FastBack: 5. Functions and system variables FastForward: 6. Tricks and pitfalls Up: 5.1 Functions Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.