libs/helpers-input.nls

Helper functions for input.

Summary
libs/helpers-input.nlsHelper functions for input.
noComment?Report “true” if given content line from input file does not start with a semicolon (which marks a comment line)

noComment?

to-report noComment? [content]

Report “true” if given content line from input file does not start with a semicolon (which marks a comment line)

Parameters

contentline form input file

Returns

booltrue if line isn’t a comment, else false
to-report noComment? [content]
Report “true” if given content line from input file does not start with a semicolon (which marks a comment line)
Close