racket/collects/honu/examples/str-float-prim.honu
2005-05-27 18:56:37 +00:00

5 lines
94 B
Plaintext

float main() {
if ("foo" + "bar" == "foobar") { 1.3 + 5.7; }
else { error("Oops!"); }
}