Advertisement
finderabc

php - zada4a 1

May 2nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.09 KB | None | 0 0
  1. <?php
  2.  
  3. while(readline()!="stop")
  4. {
  5.     echo "You have entered:". readline()."\n";
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement