September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 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