Advertisement
Guest User

Untitled

a guest
Sep 4th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Oz 0.38 KB | None | 0 0
  1. n {Break Condition List}
  2.         case List of
  3.             nil then nil#nil
  4.             [] H|T then
  5.                 local N B in
  6.                     N#B = {Break Condition T}
  7.                     if ~{Condition H} then
  8.                         (H|N)#B
  9.                     else
  10.                         nil#T
  11.                     end
  12.                 end
  13.          end
  14.      end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement