Advertisement
Mysoft

Untitled

Jun 17th, 2021
3,358
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. dim as string sName
  2. input "Name"; sName
  3. print "Hello, "+sName+"!"
  4.  
  5. if len(sName) > 12 then
  6.   print "What a big name!"
  7. end if
  8.  
  9. sleep
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement