<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Alpár Jüttner wrote:
<blockquote cite="mid:1201873511.4624.69.camel@piko.site" type="cite">
<blockquote type="cite">
<pre wrap="">Erlang integers don't have an upper limit. (underlying magic switches
to bignum representation).
</pre>
</blockquote>
<pre wrap=""><!---->
Thank you for the answer. This makes my life much easier!
But then what is the reason why now() returns a tuple of three integers
instead of just returning a single one?
</pre>
</blockquote>
Because it's easier to match ;)<br>
</body>
</html>