diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 18:35:58 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-17 18:35:58 -0400 |
| commit | 09ca0a8aca0fd74822e853013963a6090667ea74 (patch) | |
| tree | 5a240170409920ea30280f9f7e8123c0553715c4 /examples/learnxiny.tm | |
| parent | 748a3c0cf80cedb4d46db7cfbbc12a306b4d19da (diff) | |
Update learnxiny for enums no longer showing the type name
Diffstat (limited to 'examples/learnxiny.tm')
| -rw-r--r-- | examples/learnxiny.tm | 4 |
1 files changed, 2 insertions, 2 deletions
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: |
