Introduction

Get started with BhashaX, with responsive, mobile-first sites allowing you to code in your mother tounge.

Quick start

Variables

The syntax for variables is quite similar to that of PHP, and BASH. All the variables start with the symbol $ followed by their name.

English :
var $i = 0;
हिन्दी :
अस्थिर $इ = ०;

Functions

Whenever calling functions use @ in front of function name.

English :
@display("Hello world");
हिन्दी :
@दिखाए('नमस्ते दुनिया');