RosettaCodeData/Task/Integer-comparison/Burlesque/integer-comparison.blq
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

6 lines
512 B
Text

blsq ) "5 6"ps^pcm+.{"The first one is less than the second one""They are both equal""The second one is less than the first one"}\/!!sh
The first one is less than the second one
blsq ) "6 6"ps^pcm+.{"The first one is less than the second one""They are both equal""The second one is less than the first one"}\/!!sh
They are both equal
blsq ) "6 5"ps^pcm+.{"The first one is less than the second one""They are both equal""The second one is less than the first one"}\/!!sh
The second one is less than the first one