Recent

Author Topic: Syntax errow  (Read 3800 times)

DaLeX411

  • Newbie
  • Posts: 3
Syntax errow
« on: September 19, 2017, 08:25:38 pm »
Hello, i need to do this program, but unfortunetly this error apears. How can i fix it?
« Last Edit: September 19, 2017, 08:34:47 pm by DaLeX411 »

RAW

  • Hero Member
  • *****
  • Posts: 868
Re: Syntax errow
« Reply #1 on: September 19, 2017, 08:33:07 pm »
Nice joke  ;D
Windows 7 Pro (x64 Sp1) & Windows XP Pro (x86 Sp3).

DaLeX411

  • Newbie
  • Posts: 3
Re: Syntax errow
« Reply #2 on: September 19, 2017, 08:34:34 pm »
?

molly

  • Hero Member
  • *****
  • Posts: 2330
Re: Syntax errow
« Reply #3 on: September 19, 2017, 08:42:21 pm »
WriteIn is not a valid identifier, as told by the compiler.

You probably meant WriteLn.

@RAW:
Although i  understand your reaction, there are people that are visually impaired and have great difficulty distinguishing between certain letters (although in that case one could use a speech assistant).

DaLeX411

  • Newbie
  • Posts: 3
Re: Syntax errow
« Reply #4 on: September 19, 2017, 08:43:50 pm »
Even with replacing i with l I still have the same problem :/

molly

  • Hero Member
  • *****
  • Posts: 2330
Re: Syntax errow
« Reply #5 on: September 19, 2017, 08:50:35 pm »
Make sure you save your source, before (re)compiling.

taazz

  • Hero Member
  • *****
  • Posts: 5368
Re: Syntax errow
« Reply #6 on: September 19, 2017, 09:01:46 pm »
you first line of code (clrscr) does not end with a ;.
Good judgement is the result of experience … Experience is the result of bad judgement.

OS : Windows 7 64 bit
Laz: Lazarus 1.4.4 FPC 2.6.4 i386-win32-win32/win64

ASerge

  • Hero Member
  • *****
  • Posts: 2223
Re: Syntax errow
« Reply #7 on: September 19, 2017, 09:04:17 pm »
The problem is not in Writein, but in the absence of a semicolon after clrscr (see the error message in the screenshot)

molly

  • Hero Member
  • *****
  • Posts: 2330
Re: Syntax errow
« Reply #8 on: September 19, 2017, 09:25:35 pm »
Seems i'm having some visual issues myself as well  :-[

Thanks for the correction taazz and ASerge.

RAW

  • Hero Member
  • *****
  • Posts: 868
Re: Syntax errow
« Reply #9 on: September 20, 2017, 03:09:19 am »
May I suggest a little optimization ?

Replace
Code: Pascal  [Select][+][-]
  1. Repeat Until Keypressed;
with
Code: Pascal  [Select][+][-]
  1. ReadKey;

 :D :D :D
Windows 7 Pro (x64 Sp1) & Windows XP Pro (x86 Sp3).

 

TinyPortal © 2005-2018