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

5 lines
200 B
Text
Raw Permalink Normal View History

2026-04-30 12:34:36 -04: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")