I don't know if there is a solution, but I think this syntax error could be clearer. ``` julia> if true assert(true)) syntax error: improperly terminated if statement ``` maybe something more like ``` julia> assert(true)) syntax error: unexpected ) ```