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í;
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
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()andelsefortabí;e.g