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.
「set」および「sv」動詞を使用して、リモート サーバーに変数を割り当てたいと考えています。文字列表記を使用せずに動詞を実行し、結果をリモートで保存するにはどうすればよいですか?
q)h (set; a; 3) 'a
次のように、 a をシンボルとして渡す必要があります。
h(set;`a;3)
q)h:hopen 5002 q)h (sv;`;`:a/b,`c) `:a/b/c