Replies: 1 comment 1 reply
-
No, the only console functions are |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to make an screen cleaning in a console aplication. Is there any way to do "cls" in Z#? In python it would look like this:
from os import system as sys
sys("cls")
Beta Was this translation helpful? Give feedback.
All reactions