Go to the first, previous, next, last section, table of contents.


11.1.4 Char Trait

The trait for characters is defined by renaming sorts and trait functions of the trait short (see section 11.1.2 Short Integer Trait).

% @(#) $Id: char.lsl,v 1.4 1995/08/29 04:40:51 leavens Exp $
% use the trait char_literals for literals
char(char): trait
  includes short(char, CHAR_MIN for SHRT_MIN, CHAR_MAX for SHRT_MAX)


Go to the first, previous, next, last section, table of contents.