about summary refs log tree commit diff stats
path: root/apps/tile/environment.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/environment.mu')
-rw-r--r--apps/tile/environment.mu2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index c0cdb2f7..58168673 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -868,6 +868,8 @@ fn clear-canvas _env: (addr environment) {
   print-string screen, "x 1+ = x 1 +"
   move-cursor screen, 5, 2
   print-string screen, "x 2+ = x 1+ 1+"
+  move-cursor screen, 6, 2
+  print-string screen, "x square = x x *"
 }
 
 fn real-grapheme? g: grapheme -> result/eax: boolean {