We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
PlaygroundやMisskey内のスクラッチパッドで最後に評価されたものが出力される機能があるがreturnを使った場合は必ずreturn<null>になってしまう
return<null>
Playground、MisskeyのスクラッチパッドはどちらもutillのvalToStrを利用しているようなのでreturnに対してlabelなど設定すればよさそう
simpleの時は返す値をそのまま、そうでなければ return<任意のvalue文字列>になるような挙動でよさそうなら手元で試したものがあるのでPRにします
return<任意のvalue文字列>
The text was updated successfully, but these errors were encountered:
feat: Add return str (aiscript-dev#268)
90549d6
returnが残らないようにするのが根本的解決かも? #237
return
Sorry, something went wrong.
ブロック内以外のreturnも値のほうが表示されて欲しさはあるような…?
Successfully merging a pull request may close this issue.
PlaygroundやMisskey内のスクラッチパッドで最後に評価されたものが出力される機能があるがreturnを使った場合は必ず
return<null>
になってしまうPlayground、MisskeyのスクラッチパッドはどちらもutillのvalToStrを利用しているようなのでreturnに対してlabelなど設定すればよさそう
simpleの時は返す値をそのまま、そうでなければ
return<任意のvalue文字列>
になるような挙動でよさそうなら手元で試したものがあるのでPRにしますThe text was updated successfully, but these errors were encountered: