Example of some Simba/Pascal


SUBMITTED BY: Guest

DATE: Oct. 29, 2013, 11:33 p.m.

FORMAT: Text only

SIZE: 236 Bytes

HITS: 961

  1. Function: CheckUser:boolean;
  2. Begin
  3. $User =;
  4. $Status =;
  5. If ($User != KKK) then
  6. ($Status == Noob) else
  7. ($Status == Pro);
  8. end;
  9. Begin
  10. repeat
  11. CheckUser;
  12. until($Status = Invisible);
  13. end.

comments powered by Disqus