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
Hi Anu, nice project you have here, I'm glad you did this and I am happy for your innovative ideas.
Below are some of the things I want to suggest as regards the naming, especially the condition block name.
e.g.
ṣé should be used for do() while tí should be used for if(), tàbí tí for elseif() and else for tabí;
ṣé
do()
tí
if()
tàbí tí
elseif()
else
tabí
e.g
jẹ́kí orúkọ = "tunde"; jẹ́kí orúkọ = "sunmi"; tí ( orúkọ == "dammy" ){ sọpé "oruko okunrin ni"; } tàbí tí ( orúkọ == "sunmi" ) { sọpé "oruko okunrin ni"; } tàbí { sọpé "oruko okunrin ati oruko obinrin ni"; } Thanks in advance
The text was updated successfully, but these errors were encountered:
I support @solamichealolawale suggestion ti for if tabi ti for elseif tabi for else
@anoniscoding Keep up the good work.
Sorry, something went wrong.
Thank , I’ll add this to backlog
solamichealolawale
No branches or pull requests
Hi Anu, nice project you have here, I'm glad you did this and I am happy for your innovative ideas.
Below are some of the things I want to suggest as regards the naming, especially the condition block name.
e.g.
ṣé
should be used fordo()
whiletí
should be used forif()
,tàbí tí
forelseif()
andelse
fortabí
;e.g
The text was updated successfully, but these errors were encountered: