var d = new Date(); var n = Math.random(); print('Hello, \ntoday is ' + d + '\nand this is random - ' + n);