Create If-Else(decision making) in S-Programming Language #2
Labels
enhancement
New feature or request
Hard
Its a hard issue for JWOC Participant.
help wanted
Extra attention is needed
This is the 1st heard level issue.
Like we can do the if else in this , it should be like
if - a == 0 - showme ~ "you_win" - showme ~ "you_loose" .
HERE
1.
if
and-
Operator2.
a == 0
Condition For If3.
showme ~ "you_win"
and 'showme ~ "you_loose" . ` is the task if the condition is true or false respectively.The text was updated successfully, but these errors were encountered: