lib/rbx/console.fy in fancy-0.3.0 vs lib/rbx/console.fy in fancy-0.3.1

- old
+ new

@@ -56,8 +56,8 @@ } def Console clear { "Clears the @Console@." - STDOUT print("\033[H\033[2J") + Console print: CLEAR_STR } }