Table of Contents


NAME

is-commented - return 1 if first character in item is # (Decida Procedure)

USAGE

          is-commented item

ARGUMENTS

item string to be checked.

RESULTS

Returns 1 if first character of string is a #. If not commented, returns 0.

AUTHOR

Richard Booth

Table of Contents