Refactor: Update all .tralla examples to new 'let' syntax and fix Matteeeo parsing. Acknowledge function return limitation.

This commit is contained in:
Alvin
2025-09-10 13:41:59 +02:00
parent ab29612ca8
commit 089eb8e6af
10 changed files with 108 additions and 62 deletions

View File

@@ -1,6 +1,6 @@
Tralalero Tralala
Biscottini x 10
Biscottini y 5
Chimpanzini result x + y
Matteeeo result
Bombardiro Crocodilo
let x = 10;
let y = 5;
let result = x + y;
Matteeeo result;
Bombardiro Crocodilo