13 lines
205 B
Text
13 lines
205 B
Text
$ jq -n -r -f User_input.jq
|
|
"Please enter a string"
|
|
1
|
|
"Please enter a string"
|
|
"ok"
|
|
I see the string: ok
|
|
"Expecting 75000"
|
|
1
|
|
"Expecting 75000"
|
|
"ok"
|
|
"Expecting 75000"
|
|
75000
|
|
I see the expected integer: 75000
|