Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'divison'

619430 - Bugged.pas: pascal not work bug divison by zero
  1. program test_readkey;
  2. uses crt;
  3. var
  4.   c : char;
  5. begin
  6.   c:=readkey;
  7.   case c of
  8.     #8 : writeln('backspace');
  9.  
619428 - Bugged.pas: pascal not work bug divison by zero
  1. program test_readkey;
  2. uses crt;
  3. var
  4.   c : char;
  5. begin
  6.   c:=readkey;
  7.   case c of
  8.     #8 : writeln('backspace');
  9.  
worth-right
fantasy-obligation