HP SunSoft Pascal 4.0 Uživatelský manuál Strana 273

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 333
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 272
Pascal Preprocessor 249
A
The %debug Directive
The %debug directive instructs pc to compile this line of code when you use
the –cond compiler directive.
Syntax
%debug;
Comments
The %debug directive works in conjunction with the –cond compiler option.
–cond causes pc to compile the lines in your program that begin with
%debug. Without –cond, pc treats lines with %debug as comments.
The output when you define two hostname% pc -xl -config two config.p
hostname% a.out
Begin program.
Two is defined as -32768.
End program.
The output when you define foo hostname% pc -xl -config foo config.p
Fri Mar 3 15:22 1995 config.p
Error: –CONFIG command argument foo was never declared.
Compilation failed
Zobrazit stránku 272
1 2 ... 268 269 270 271 272 273 274 275 276 277 278 ... 332 333

Komentáře k této Příručce

Žádné komentáře