Minichan

Topic: I just rediscovered this

Anonymous A started this discussion 13 years ago #28,805

some experiments i did in smallbasic

made me laugh

Anonymous A (OP) double-posted this 13 years ago, 17 seconds later[^] [v] #424,152

forgot this

Anonymous B joined in and replied with this 13 years ago, 33 minutes later, 33 minutes after the original post[^] [v] #424,153

...

Anonymous C joined in and replied with this 13 years ago, 7 minutes later, 41 minutes after the original post[^] [v] #424,156

are you autistic OP?

Anonymous A (OP) replied with this 13 years ago, 21 minutes later, 1 hour after the original post[^] [v] #424,157

@previous (C)
its prounounced artistic.

squeegee !first/o5zA joined in and replied with this 13 years ago, 29 minutes later, 1 hour after the original post[^] [v] #424,164

can you share the source code for this little gem?

Anonymous A (OP) replied with this 13 years ago, 13 minutes later, 1 hour after the original post[^] [v] #424,166

@previous (squeegee !first/o5zA)
Sure!

 a:
TextWindow.Write("Feed me a number: ")
num = TextWindow.Read()
remainder = Math.Remainder(num, 2)
If remainder = 0 Then
TextWindow.WriteLine("Nam Nam Nam ... that number tastes 'even'.")
Else
TextWindow.WriteLine("Nam Nam Nam ... that number tastes 'odd'.")
EndIf
Goto a

(Edited 1 minute later.)

Anonymous C replied with this 13 years ago, 19 hours later, 20 hours after the original post[^] [v] #424,337

@424,157 (A)
answer the question OP, are you autistic?
:

Please familiarise yourself with the rules and markup syntax before posting.