Glossary

"Fatal: Cannot open file 'hello.pas'"

You are in the wrong directory. Use `cd` to navigate to where you saved the file. > - **"hello.pas(4,3) Fatal: Syntax error, '.' expected but 'IDENTIFIER' found"** — You may have a typo in a keyword, or forgotten a semicolon on the previous line. > - **"hello.pas(3,12) Error: Illegal character in in

Learn More

Related Terms