wenyan
wenyan copied to clipboard
求一輸入函數
Is there an input statement?
Yes. We REALLY NEED an input statement/package. It is very hard (or impossible) to make a number-guessing game or something like that in wenyan without any input. Actually, there IS an input package called 'readline' in node.js. Maybe we can write one in wenyan.
Good suggestion, input function will likely be packaged in platform-specific IO stdlib .