the source code, with line breaks (Sorry, not familiar with forum formatting)
- Posted by Mattymatt May 23, 2009
- 889 views
atom a
a = gets(KEYBOARD)
if a = ODDNUMBER then
puts(1,"\nThat is an odd number.")
end if
atom a
a = gets(KEYBOARD)
if a = ODDNUMBER then
puts(1,"\nThat is an odd number.")
end if