Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 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