Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
/# Rosetta Code problem: http://rosettacode.org/wiki/Integer_comparison
|
||||
by Galileo, 10/2022 #/
|
||||
|
||||
"Enter first number: " input tonum nl
|
||||
"Enter second number: " input tonum nl
|
||||
|
||||
over over -
|
||||
rot print " is " print
|
||||
/# dup 0 < if drop "less" else 0 > if "greater" else "equal" endif endif #/
|
||||
dup 0 < if drop "less" else dup 0 > if drop "greater" else dup 0 == if drop "equal" endif endif endif
|
||||
print " than " print print
|
||||
Loading…
Add table
Add a link
Reference in a new issue