For those who are going to give up programming while(life){ try(); if(dead){ break; } } | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

For those who are going to give up programming while(life){ try(); if(dead){ break; } }

21st Aug 2017, 9:46 AM
surendra ojha
surendra ojha - avatar
5 Answers
+ 16
Ah... "try" is a reserved keyword, you cannot use it to name your function. :\
21st Aug 2017, 10:49 AM
Maz
Maz - avatar
+ 12
while(alive==True){ tryAgain() }
21st Aug 2017, 9:56 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 10
try{ coding /= 0; }catch(Exception lose){ tryAgain(); }
21st Aug 2017, 9:55 AM
Nithiwat
Nithiwat - avatar
21st Aug 2017, 11:01 AM
Lord Krishna
Lord Krishna - avatar
21st Aug 2017, 9:58 AM
Limitless
Limitless - avatar