Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はMLを学んでいます。MLの基本的な入出力機能を手伝ってくれる人はいますか?コンソールから入力を読み取り、それを変数に格納して、MLプログラムで使用したいだけです。
助けてください。あなたがこれのいくつかの例に私を向けることができれば、それもまた素晴らしいでしょう!!! ありがとうございました。
let val str = valOf (TextIO.inputLine TextIO.stdIn) in (* do stuff here *) end