To use the table function we need an int. Therefore the recommendation is to use table(int(time())). This does work. However if I make another variable, say x, and make x=int(time()) and then use table(x) - Simile complains that table needs and int. Is this a bug or a feature?