Small Basic: Silly Shakespeare Program
Welcome to the Silly Shakespeare program!
The way this works is simple. Just paste this into Small Basic:
TextWindow.Write("Please enter a verb: ")
verb1 = TextWindow.Read()
TextWindow.Write("Please enter another verb: ")
verb2 = TextWindow.Read()
TextWindow.Write("Now, please enter a noun: ")
noun = TextWindow.Read()
TextWindow.Write("To " + verb1 )
TextWindow.Write(" or not to " + verb2 + ":")
TextWindow.Write(" that is the " + noun + ".")
TextWindow.WriteLine("")
And then reply in the comments with your silly text output! We'll add it to this blog post and show it off!
Output Gallery:
From Eddie Lotter:
To a verb or not to another verb that is the a noun. :(
To sleep or not to LOL that is the lolcat. :)
From Ed Price - MSFT (I did one without thinking about it):
To flip or not to flop: that is the target.
Go to https://blogs.msdn.com/SmallBasic to download Small Basic for free and learn all about it!
Have a Small and Basic day!
- Ninja Ed
Comments
Anonymous
February 18, 2015
To a verb or not to another verb that is the a noun. :( To sleep or not to LOL that is the lolcat. :)Anonymous
February 21, 2015
Eddie, that's hilarious! It's amazing how something so simple can be so amusing. =^) Thanks!Anonymous
February 24, 2015
To flip or not to flop: that is the target.Anonymous
January 31, 2016
Computers Today (part 1 of 6) blogs.msdn.com/.../computers-today.aspx ..... CS SPOTLIGHT: Girls in computer programming... why it matters!!! blogs.msdn.com/.../cs-spotlight-girls-in-computer-programming-why-it-matters.aspx ... Computational Thinking - Videos & Papers by Jeannette Wing blogs.msdn.com/.../computational-thinking-videos-amp-papers-by-jeannette-wing.aspx