hello
i have a problem to solve for a commandline-programm:
there are several types of inputs to get and these can look like:
keyword1 <double> value1 <double> value2
keyword2 <double> value1
keyword3 <double> value1
...
I just can't figure out how to do it!
thanks!