mirror of
https://github.com/Alvin-Zilverstand/Tralalero_lang.git
synced 2026-03-06 11:17:06 +01:00
Refactor: Update all .tralla examples to new 'let' syntax and fix Matteeeo parsing. Acknowledge function return limitation.
This commit is contained in:
9
functions.tralla
Normal file
9
functions.tralla
Normal 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
|
||||
Reference in New Issue
Block a user