Rev 11210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11210 | Rev 11223 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | tit:getopt |
2 | tit:getopt |
3 | type:$type_both |
3 | type:$type_both |
4 | syntax:getopt `name' in `string' |
4 | syntax:!getopt `name' in `string' |
5 | mean:This command allows to extract the definition of a word in `string' under the form `name=value'.\ |
5 | mean:This command allows to extract the definition of a word in `string' under the form `name=value'.\ |
6 | <p>\ |
6 | <p>\ |
7 | It returns the defined `value' in the string, or the `name' itself if it appears in `string'\ |
7 | It returns the defined `value' in the string, or the `name' itself if it appears in `string'\ |
8 | but if there is no `=' sign following it, or an empty string if `name' does not appear \ |
8 | but if there is no `=' sign following it, or an empty string if `name' does not appear \ |
9 | in `string' as a word.\ |
9 | in `string' as a word.\ |