Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
8
Task/Integer-comparison/Raven/integer-comparison.raven
Normal file
8
Task/Integer-comparison/Raven/integer-comparison.raven
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
"Enter the first number: " print
|
||||
expect trim 1.1 prefer as $a
|
||||
"Enter the second number: " print
|
||||
expect trim 1.1 prefer as $b
|
||||
|
||||
$a $b < if $b $a "%g is less than %g\n" print
|
||||
$a $b > if $b $a "%g is greater than %g\n" print
|
||||
$a $b = if $b $a "%g is equal to %g\n" print
|
||||
Loading…
Add table
Add a link
Reference in a new issue