alexst07 / shell-plus-plus

A friendly and modern functional object oriented language for shell script.
https://alexst07.github.io/shell-plus-plus/
Apache License 2.0
154 stars 10 forks source link

User input with prompt message #5

Closed ghost closed 4 years ago

ghost commented 4 years ago

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

alexst07 commented 4 years ago

a = read("message> ") :)