sacalon / sacalon

Sacalon is a general purpose and open source programming language designed to build optimal, maintainable, reliable and efficient software.

Home Page:https://sacalon.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`input` function

bistcuite opened this issue · comments

Use input function for get text from stdin (python like) :

var name = input("What's your name?")