(forever statement) -> varies
Creates an endless loop of the given statement.
Example: (forever (print "foo")) will print foofoofoofoofoofoofoofoofoofoofoofoo infinitely to the console.