rebel_conservative
Baruch HaShem! Praise G-d!
Jet1988 said:I don't think it really matters.
I think it does,
Jet1988 said:I see you've got your symbol under your name for the conservatives![]()
indeed
Upvote
0
Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.
Jet1988 said:I don't think it really matters.
Jet1988 said:I see you've got your symbol under your name for the conservatives![]()
Jet1988 said:They should have a symbol for the politically clueless. Then I could use it![]()
Ok, I give up, spill what does it mean???gods kid said:i thought you might, you said before you were abit of a programmer
gods kid said:i thought you might, you said before you were abit of a programmer
gods kid said:i made the UK Political images![]()
gods kid said:go conservatives!
oh, i am making an AIML bot, i have seen Alicebot, she is very goodI'm not really I've only ever programmed an AIML bot, and that was years ago, and then I didn't understand the programming I just looked at the patterns in how other people had done it (mainly Alicebot)
this means;Function God_hates_Laziness()
{
If (Christian$==Lazy$) Then
{
Printf( " Proverbs 19:15 'The shiftless man goes hungry' " )
Printf( " Proverbs 15:19 'The way of the sluggard is blocked with thorns' " )
Return Hunger
else
Return GodsWill
}
}
this is the title of the functionFunction God_hates_Laziness()
this is saying, 'if a christian is lazy then...'If (Christian$==Lazy$) Then
....print (show on the screen) these two versesPrintf( " Proverbs 19:15 'The shiftless man goes hungry' " )
Printf( " Proverbs 15:19 'The way of the sluggard is blocked with thorns' " )
and make them hungry (since that is what it says in the first verse)Return Hunger
otherwise (if the christian isn't lazy) give the Christian GodsWillelse
Return GodsWill