💻 Code Editor
📚 Example Programs
📤 Output
Welcome to Mitra Codiga Online Interpreter!
Features:
✅ Variables: let x = 10
✅ Functions: fun name(args) { ... }
✅ Control Flow: if/elif/else, while, for-in
✅ Math: + - * / % **
✅ Comparisons: == != < <= > >=
✅ Logic: and or not
✅ Lists: [1, 2, 3] with indexing & methods
✅ String Methods: .upper() .lower() .split() etc.
✅ Lambda: lambda x: x * 2
✅ Break/Continue in loops
✅ Try-Catch error handling
✅ Built-ins: print, len, input, range, map, filter, sum, min, max
✅ List methods: append, pop, insert, remove, sort, reverse
Type your code in the editor and click "Run Code" or press Ctrl+Enter!
Enter input: