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 'zero'

1583204 - zero for own: zero for own ezbake vs
  1. [4:45] +(extrapolate) lolk
  2. [4:45] +(Artix) :/
  3. [4:45] +(extrapolate) root ircd
  4. [4:45] +(garrett) lolol
  5. [4:45] +(Son0fh1m) real the fourms
  6. [4:45] +(Son0fh1m) lmao
  7. [4:45] +(garrett) stop rooting my unreal
  8. [4:45] +(extrapolate) gonna get our irc hax
  9.  
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.