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