RosettaCodeData/Task/Palindrome-detection/VBScript/palindrome-detection-2.vb

5 lines
200 B
VB.net
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
wscript.echo isPalindrome( "My dog has fleas")
wscript.echo isPalindrome( "Madam, I'm Adam.")
wscript.echo isPalindrome( "1 on 1")
wscript.echo isPalindrome( "In girum imus nocte et consumimur igni")