Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 319 Bytes

SyntaxError.md

File metadata and controls

17 lines (11 loc) · 319 Bytes

SyntaxError

Pahout treats syntax errors as one type of hints. This is because when a parse error occurs, it doesn't affect the confirmation of other files.

Before

<?php
funcion f[] ( ... ) // SyntaxError: Syntax error occurred.

After

Write a code that doesn't occur syntax errors.

Reference