Advertisement
Guest User

PP

a guest
Jul 1st, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. let clc ()=
  2. (*Se llama a la función adecuada del sistema*)
  3. if Sys.os_type="Unix" then ignore (Sys.command ("clear"))
  4. else if (Sys.os_type="Win32" || Sys.os_type="Win64" ||Sys.os_type="Cygwin")
  5. then ignore(Sys.command ("cls"));;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement