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
関数の引数が省略された時のエラーについて #1716 より派生
以下のような場合に引数Cにデフォルト値を指定出来るようにします。
「A」と「B」で挨拶。 ●(AとBでCの)挨拶 Cを表示。 もし、C=「朝」ならば、 「{A}:おっはー」を表示。 「{B}:おはよー」を表示。 違えば、 「{A}:こんにちは」を表示。 「{B}:こんにちは」を表示。 ここまで。 ここまで。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
関数の引数が省略された時のエラーについて
#1716 より派生
以下のような場合に引数Cにデフォルト値を指定出来るようにします。
The text was updated successfully, but these errors were encountered: