Skip to content

imdanielsp/b2-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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