Integer comparison: Difference between revisions

→‎{{header|Wart}}: second "a" replaced by "b" (hopefully better now)
m (→‎{{header|D}}: --> Dc)
(→‎{{header|Wart}}: second "a" replaced by "b" (hopefully better now))
Line 3,938:
=={{header|Wart}}==
<lang wart>a <- (read)
ab <- (read)
prn (if (a < b)
: "a is less than b"
73

edits