读取一个输入
(read)
读取一行输入,按格式标记符分配到变量中,和C++的scanf功能类似,目前支持~s 和~d标记
(define h 0) (scanf "/~s:" h)
(printf "hello,world")
← 0 警告⚠️ 1 gui库使用 →