AviFS / tabl

An online editor inspired by Numi

Home Page:https://avifs.github.io/tabl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix BF input

AviFS opened this issue · comments

If you run a BF program with input, for some reason it only uses the first character. Repeated commas access only the first one.

Eg.

Input: abc
Code: ,.,.,.
Output: aaa

Fixed 6 days ago with this commit!