Skip to content

Instantly share code, notes, and snippets.

@KisaragiEffective
Created September 4, 2022 03:09
Show Gist options
  • Save KisaragiEffective/565021cb3ed5acd8993daf30b58f6b1d to your computer and use it in GitHub Desktop.
Save KisaragiEffective/565021cb3ed5acd8993daf30b58f6b1d to your computer and use it in GitHub Desktop.

excode

外部のコードを実行する。

web版における例:

excode "console.log('An error occurred: 0x'+`0`.toString(16));\n"

`0`, `1`, `2`... というのはその外側の関数の引数の名前 (左から0-based index) に置き換えられるっぽい?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment