Advertisement
Guest User

Untitled

a guest
Feb 20th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. set %lines $lines(scripts\palavras.txt)
  2. var %a 0
  3. while (%a <= %lines) {
  4. inc %a
  5. if ($read(scripts\palavras.txt,%a) isin $1-) { $verac } | else {
  6. }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement