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.
これができるようになりたいです。たとえば、これは私のコードです:
(cond [true AA] [else BB])
AA では、2 つのことを実行したいと考えています。1 は、グローバル変数の値を設定し、文字列を返します。どうすればそれを行うことができますか?