This website requires JavaScript.
Explore
Help
Register
Sign In
alvin
/
Tralalero_lang
Watch
1
Star
0
Fork
0
You've already forked Tralalero_lang
mirror of
https://github.com/Alvin-Zilverstand/Tralalero_lang.git
synced
2026-04-21 19:13:46 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
52a0247b358dd61bb0ccfe2f138ea0dfda5136ba
Tralalero_lang
/
arithmetic.tralla
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: Implement arithmetic operations
2025-09-10 12:53:48 +02:00
Tralalero Tralala
Refactor: Update all .tralla examples to new 'let' syntax and fix Matteeeo parsing. Acknowledge function return limitation.
2025-09-10 13:41:59 +02:00
let x = 10;
let y = 5;
let result = x + y;
Matteeeo result;
Bombardiro Crocodilo
Reference in New Issue
Copy Permalink