-
Notifications
You must be signed in to change notification settings - Fork 0
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
メソッド名に感嘆符 (!) や疑問符 (?) を使いたい #19
Labels
Comments
Perl6 ではサポートしてないことをここにしるす。 |
:( |
Rubyでおきている問題として |
一方 Perl6 は ?? !! をつかった。 |
あ、? : のかわりに ?? !! ね。 |
それはそれでどうかと思うw |
Ruby が採った方策を Perl でやると、正規表現リテラルのデリミタとxオプションにバッティングしそうですね。 |
括弧を常につけるという確固たる意思があれば、問題は解決。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
そうRubyのように
The text was updated successfully, but these errors were encountered: