/b2-lang

B2 (B Square) Language Implementation

Primary LanguageJava

B^2

This is the implementation of B^2 (B Square):

let x = 4;

var n = 6;

print(x);

print(x+1);

let age = read();

let n = (x + (read() + 1));

Demo

YouTube link to a demo: B^2 Demo