Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/User-input-Text/Robotic/user-input-text-1.robotic
Normal file
8
Task/User-input-Text/Robotic/user-input-text-1.robotic
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
input string "Enter string:"
|
||||
set "$str" to "input"
|
||||
input string "Enter number:"
|
||||
set "number" to "input"
|
||||
[ "You entered:"
|
||||
[ "&$str&"
|
||||
[ "&number&"
|
||||
end
|
||||
10
Task/User-input-Text/Robotic/user-input-text-2.robotic
Normal file
10
Task/User-input-Text/Robotic/user-input-text-2.robotic
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
input string "Enter string:"
|
||||
set "$str" to "input"
|
||||
: "incorrect"
|
||||
input string "Enter number:"
|
||||
set "number" to "input"
|
||||
if "number" != "(75000)" then "incorrect"
|
||||
[ "You entered:"
|
||||
[ "&$str&"
|
||||
[ "&number&"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue