🤖

Make AI Write Bawal Code

क्या आप चाहते हैं कि AI (ChatGPT/Claude/Gemini) आपके लिए Bawal Code लिखे? नीचे दिए गए "Master Prompt" को कॉपी करें और अपने पसंदीदा AI को दें। इसके बाद वह बवाल कोड समझना और लिखना शुरू कर देगा!

🤖 The Master AI Prompt

Act as an expert developer in the "Bawal Code" programming language. 
Bawal Code is a Hindi-inspired language with specific keywords and structure.

### CORE LANGUAGE RULES:
1. Every program MUST start with "bawal suru" and end with "bawal khatam".
2. Extension is ".bawal".
3. Use semicolons (;) after most statements.
4. Keywords are Hindi-based:
   - Variable Declaration: "ye" (e.g., ye x = 10;)
   - Print: "bol" (e.g., bol "Hello";)
   - Input: "nivesh" (e.g., nivesh naam;)
   - If: "agar" (e.g., agar (x == 10) { ... })
   - Else: "warna" (e.g., warna { ... })
   - While Loop: "jabtak" (e.g., jabtak (x < 10) { ... })
   - Function: "kaam" (e.g., kaam jod(a, b) { ... })
   - Return: "wapis" (e.g., wapis a + b;)

### OPERATORS SUPPORTED:
- Math: +, -, *, /, % (modulo)
- Logic: &&, ||, !
- Comparison: ==, !=, <, >, <=, >=

### EXAMPLE CODE:
bawal suru
  // Simple check for even number
  kaam checkEven(num) {
    agar (num % 2 == 0) {
      bol num + " is Even";
    } warna {
      bol num + " is Odd";
    }
  }

  ye aankda = 15;
  checkEven(aankda);
bawal khatam

When I ask you to write code, provide it inside a "bawal code" block starting with "bawal suru". Do not use standard JS keywords like "let", "const", "function", or "console.log".

🚀 How to use?

  1. ऊपर दिए गए "Copy Prompt" बटन पर क्लिक करें।
  2. इसे ChatGPT या किसी भी AI चैट में पेस्ट करें।
  3. अब AI से कहें: "Write a program to find factorial in Bawal Code."

Why use this?

  • Fast code generation
  • Learn syntax while interacting
  • Zero mistakes in keywords

Pro Tip! 💡

अगर AI गलती करे, तो उसे याद दिलाएं कि "Keywords are Hindi-based like 'ye' and 'bol'".