Example Programs
Hello World
Basic variable assignment and output
Variables & Math
Simple arithmetic operations
Conditionals
Nested if statements and else-if chains
Objects
Working with object properties
Functions
Define and call custom actions with parameters
Fibonacci Sequence
Functions with return values and loops
Prime Number Checker
Advanced functions with mathematical logic
Recursive Factorial
Recursive functions and mathematical computations
Todo List Manager
Lists and single-line conditionals
Pattern Generator
Nested loops and creative ASCII art
πΊοΈ Traveling Salesman Problem
Classic NP-hard optimization problem with brute force solution