-
-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
「??」を簡単にカスタマイズできるようにする #1852
Comments
また、オブジェクトなら、JSONエンコードして出力して、内容を読みやすく出力して欲しい。 |
Merged
kujirahand
added a commit
that referenced
this issue
Dec 20, 2024
「デバッグ表示」命令を追加しました。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
「?? 計算式文」を実装する #1745 を実装しましたが、「??」には任意の関数が割り当てられます。
システム関数の割当例
関数「ハテナ関数設定」を使って、任意のシステム関数を??に割当できます。
システム関数の複合技
配列を指定できるようにしておいて、下記のように指定すると、大文字でABCと表示できます。配列に指定した関数を順次実行して結果を出力します。
以下は、文字列の文字コードを表示します。
JavaScript関数を指定したい
配列を指定する際、任意のJavaScriptコードを埋め込めます。
実際に実行するには、以下を参照してください。
The text was updated successfully, but these errors were encountered: