Docs Installation Playground Explore AST

Set on System Basis

Run BROCODE
Anywhere

Tired of rigid programming syntax? BroCode makes coding feel like a casual chat with your bestie. Declare variables with Bro, maanle x hai 10 loop with Bro, jbb tkk... and keep things fun and simple.

PWSH
npm install -g brocode-cli
Continue with Doc's
BROCODE

bro maanle brocode_installed hai false;

bro agar (!brocode_installed) {
  bro dikha de("Installing BroCode... 📦");
  bro maanle brocode_installed hai true;
  bro dikha de("BroCode successfully installed! 🚀");
} bro leave it {
  bro dikha de("BroCode is already installed, bro! 🤘");
}