From 09ca0a8aca0fd74822e853013963a6090667ea74 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 17 Mar 2025 18:35:58 -0400 Subject: Update learnxiny for enums no longer showing the type name --- examples/learnxiny.tm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/learnxiny.tm') diff --git a/examples/learnxiny.tm b/examples/learnxiny.tm index a00776ba..e2058558 100644 --- a/examples/learnxiny.tm +++ b/examples/learnxiny.tm @@ -335,11 +335,11 @@ func demo_enums(): >> my_shape == other_shape = no - >> "$my_shape" == "Shape.Circle(1)" + >> "$my_shape" == "Circle(1)" = yes >> {my_shape="nice"} - = {Shape.Circle(1)="nice"} + = {Circle(1)="nice"} func demo_lambdas(): # Lambdas, or anonymous functions, can be used like this: -- cgit v1.2.3