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

9
functions.tralla Normal file
View File

@@ -0,0 +1,9 @@
Tralalero Tralala
Lirili Larila my_function (a, b)
{
let result = a + b;
Matteeeo result;
}
Trippi Troppi my_function(10, 20);
Bombardiro Crocodilo