alexst07 / shell-plus-plus

A friendly and modern functional object oriented language for shell script.

Home Page:https://alexst07.github.io/shell-plus-plus/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

User input with prompt message

opened this issue · comments

And how to read user input via prompt started with message> like in python a = input('message> ')?

a = read("message> ") :)