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.
私のscript-fuでは単純な乗算が失敗しています。次のコード
(print "hello") (print (/ 4 3)) (print (* 3 4)) (print "world")
与える:
"hello" 1,333333333.0 Error: ( : 1) not enough arguments
何か案が ?
ありがとう