HP SunSoft Pascal 4.0 Instrukcja Użytkownika Strona 204

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 333
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 203
180 Pascal 4.0 Users Guide
8
Value Parameters
In general, Pascal passes value parameters on the stack.
Simple Types without the –xl Option
Without the -xl option, simple types match.
The commands to compile and
execute IntSetVar.p and
IntSetVarmain.f. The
output of this example depends
on the architecture of your
machine.
hostname% pc -c IntSetVar.p
hostname% f77 IntSetVar.o IntSetVarmain.f -lpfc -lpc
IntSetVarmain.f:
MAIN:
hostname% a.out
0 octal (word 5)
0 octal (word 6)
0 octal (word 7)
612 octal (word 8)
110 001 010 (binary, word 8)
876 543 210 (bit nos, word 8)
Przeglądanie stron 203
1 2 ... 199 200 201 202 203 204 205 206 207 208 209 ... 332 333

Komentarze do niniejszej Instrukcji

Brak uwag