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.
"\" を中置関係演算子として使用する方法はありますか? 何かのようなもの:
let \ y x = if x % y = 0 then true else false