KemLang Playground

Write and run KemLang code in your browser. Try the examples or write your own!

Example Programs

Code Editor

Loading editor...

Output

Click "Run Code" to see output here...

Quick Reference

Basic Structure

  • kem bhai - Start program
  • aavjo bhai - End program
  • bhai bol - Print output
  • aa ... che - Declare variable

Examples

  • aa naam che "Sanket" - String variable
  • aa number che 42 - Number variable
  • bhai bol naam - Print variable
  • bhai bol "Hello!" - Print text

Note: This playground uses a simulated KemLang interpreter for demonstration purposes. For the full language features, please install KemLang locally.