Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by Irellevantus ( 15 years ago )
{               | C | Algol
  int a = 7;    |   |  
  int b = 2;    |   | 
  print(a);     | 7 | 7
  {             |   | 
    print(b);   | 2 | 5
    int b = 5;  |   | 
  }             |   | 
  print b;      | 2 | 2
}               |   | 

Rechts jeweils die Ausgabe von print.

 

Revise this Paste

Parent: 35384
Your Name: Code Language: