BS Input / Output

Read input and print output in BornomalaScript.

Input (example placeholder, adjust to real API):

dhoro x = inputNao("Tomar Nam ki?: ")
dhoro y = inputNao("Tomar boyosh koto?: ")
lekho("Tomar nam ${x}") // This is commnet: ${variableName}
lekho("Tomar boyosh " + y) // You can use + instead of ${}

Note: BS Compiler is intelligent enough to detect Numbers and strings