Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FreeBASIC
#1
Code:
'Commenting
Rem Is
/' AWESOME! '/

Dim your_mom As String * 1

Print "Do you like Britney Spears? (Y or N)"
Input your_mom

If your_mom = "y" Then
    Print "LIAR"
ElseIf your_mom = "n" Then
    Print "HAMSTER TIEM"
Else
    Print "F*** You"
EndIf

Sleep

FreeBASIC is awesome Big Grin
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)