Right now, the TAIL compiler will give a type error if the last expression is not a scalar of type double. This makes it awkward to write some programs - sure, you can use the print statement, but you still need a dummy 0 or whatever at the end. As an example, look at the mandelbrot.apl test program.