Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Make a program that is a person if they were coded!
#64
Code:
option explicit

'/ life globals
const No as integer = 0
const Yes as integer = not No

type as integer ForumResponse

'/ Torahteen's functions
sub WillYouDoMe(YesOrNo as ForumResponse)
    const YesResponse as string = "Yay!"
    const NoResponse as string = "Please?"

    if (YesOrNo) then
        print YesResponse
    else
        print NoResponse
    end if

end sub

'/ forum globals
const andTheForumSays = No

        '/ :: Torahteen's main program ::
        do
            WillYouDoMe(andTheForumSays)
        loop
:mrgreen:
stylin:
Reply


Messages In This Thread
Make a program that is a person if they were coded! - by Anonymous - 03-30-2006, 04:13 PM
Make a program that is a person if they were coded! - by Anonymous - 03-30-2006, 05:07 PM
Make a program that is a person if they were coded! - by Anonymous - 03-30-2006, 11:19 PM
Make a program that is a person if they were coded! - by Anonymous - 03-31-2006, 02:14 PM
Make a program that is a person if they were coded! - by Anonymous - 04-04-2006, 11:43 PM
Make a program that is a person if they were coded! - by Anonymous - 04-25-2006, 08:30 AM
Make a program that is a person if they were coded! - by stylin - 05-02-2006, 11:06 AM
Make a program that is a person if they were coded! - by Anonymous - 05-03-2006, 03:34 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)