Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- aide = "Aide: ce programme ne fait rien :D"
- print "Bienvenue sur mon programme, ecrivez help pour obtenir de l'aide"
- ask command
- if (command == "help")
- {
- print aide
- }
- elseif (command == "h")
- {
- print "Bon... tu as pas ecris help, mais au moins le h... " . aide
- }
- else
- {
- print "T'es pas doue, fallait juste ecrire help..."
- sleep 2
- exit.
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement