15.08.2013 Views

General Computer Science 320201 GenCS I & II Lecture ... - Kwarc

General Computer Science 320201 GenCS I & II Lecture ... - Kwarc

General Computer Science 320201 GenCS I & II Lecture ... - Kwarc

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

exception NaN; (* Not a Number *)<br />

fun read_integer () =<br />

let<br />

val in = TextIO.inputLine(TextIO.stdIn);<br />

in<br />

if is_integer(in) then to_int(in) else raise NaN<br />

end;<br />

c○: Michael Kohlhase 115<br />

62

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!