# Juttle statements

## Empty statement

### Juttle

    function f() {
        ;
    }

    emit -from Date.new(0) -limit 1 | view result

### Output

    { time: "1970-01-01T00:00:00.000Z" }
