Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

alias iswm if $count($1,*) > 1 && $mid($1,2,$calc($len($1) - 2)) isin $2 return

$true | if $count($1,*) = 0 && $1 = $2 return $true | if $right($1,1) = * { %. =


0 | while %. < $numtok($1,32) { inc %. | var %x = $gettok($1,%.,32), %y = $gett
ok($2,%.,32) | $iif(* isin %x && $left(%x,$calc($len(%x) - 1)) = $left(%y,$calc(
$len(%x) - 1)),return $true,$iif(%x != & && %x != %y && $str(?,$len(%y)) != %x,r
eturn $false)) } } | return $false

You might also like