Cyteon / modu

Modu is a simple and fast interpreted programming language.
http://www.cyteon.tech/modu/
21 stars 7 forks source link

big bug!!!!!!! (web ide) #13

Open 404PageN0tFound opened 2 months ago

404PageN0tFound commented 2 months ago

input is basically print

code (taken from docs): let name = input("What is your name? ") // use input() for no question/message on same line

print("Hello, ", name, "!")

output (the input dont work): What is your name? Hello, !

fix pls

Cyteon commented 2 months ago

This is an issue related to the fact that when running something on the Web IDE, the code is sent to a server, executed there, then sent back. So I'm not quite sure how to resolve this :(

ploszukiwacz commented 1 month ago

port modu to the web browser