aboutsummaryrefslogtreecommitdiff
path: root/doc/docs.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/docs.md')
-rw-r--r--doc/docs.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/docs.md b/doc/docs.md
new file mode 100644
index 0000000..5a34e5b
--- /dev/null
+++ b/doc/docs.md
@@ -0,0 +1,8 @@
+
+### Clearing the screen during task looking
+```
+override def loop{
+ lib.clearScreen
+ super.compile
+}
+```