sunjay / brain

A high level programming language that compiles into the brainfuck esoteric programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple expressions in output statements

sunjay opened this issue · comments

Support the following syntax:

a[] = "Hello, world!";
// Outputs: "Foo: Hello, world!\n"
out "Foo: " a "\n";