Skip to content
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

LTA error message when using 'else if' in Rakudo #3076

Closed
p6rt opened this issue Mar 11, 2013 · 3 comments
Closed

LTA error message when using 'else if' in Rakudo #3076

p6rt opened this issue Mar 11, 2013 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 11, 2013

Migrated from rt.perl.org#117125 (status was 'resolved')

Searchable as RT117125$

@p6rt
Copy link
Author

p6rt commented Mar 11, 2013

From @masak

<masak> std​: if 42 {} else if 5 {}
<p6eval> std 86b102f​: OUTPUT«===SORRY!===␤Please use 'elsif' [...]
<masak> r​: if 42 {} else if 5 {}
<p6eval> rakudo 77335d​: OUTPUT«===SORRY!===␤Missing block [...]
* masak submits rakudobug

@p6rt
Copy link
Author

p6rt commented Mar 14, 2013

From @timo

recently changed this to give a Syntax​::Malformed​::Elsif. For "elif",
too.

@p6rt
Copy link
Author

p6rt commented Mar 14, 2013

@timo - Status changed from 'new' to 'resolved'

@p6rt p6rt closed this as completed Mar 14, 2013
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant