• Order of the Butterfly
    Order of the Butterfly
    Chain-Q
    Posts: 347 from 2003/10/12
    From: 1 AU, EU, DE/HU
    Quote:

    http://nogfx.free.fr/test.pas
    test.pas(6,6) Fatal: illegal character "' '" ($A0)

    The compiler works well, there's really an invalid character $A0 (dec:160) after the word "Begin" at line 6, character position 6. Just turn on whitespace display in your favourite editor, and see. It's probably a typo by you. Accidentally this character is also empty by default, and shows ups as a space.

    After the removal of that character, it's working:

    9.Ram Disk:> fpc test.pas
    Free Pascal Compiler version 1.9.5 [2004/08/03] for powerpc
    Copyright (c) 1993-2004 by Florian Klaempfl
    Target OS: MorphOS
    Compiling test.pas
    Assembling lesson1_program3
    Linking test
    14 Lines compiled, 1.0 sec

    9.Ram Disk:> test
    Input number 1:123
    Input number 2:
    234
    357
    [.PegasosII/G4.:.Efika.:.Amiga2000/060.]
    [.Free Pascal Compiler MorphOS Port.]
    [.Hosting AmigaSpirit.hu.]
  • »05.08.04 - 14:10
    Profile Visit Website