RosettaCodeData/Task/Palindrome-detection/Vedit-macro-language/palindrome-detection-2.vedit
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

7 lines
112 B
Text

Call("PALINDROME")
if (Return_Value) {
Statline_Message("Yes")
} else {
Statline_Message("No")
}
Return