aardappel / lobster

The Lobster Programming Language

Home Page:http://strlen.com/lobster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Console input?

0xEquinox opened this issue · comments

commented

Is there user input for the console implemented for lobster yet? I can't find it anywhere in the docs or in the stdl.

There is:

get_line(prefix:string) -> string reads a string from the console if possible (followed by enter). Prefix will be printed before the input

That is pretty minimal.. but I guess for a language focused on games that was all that was ever needed :)