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

Create If-Else(decision making) in S-Programming Language #2

Open
Sanatdey opened this issue Dec 31, 2019 · 0 comments
Open

Create If-Else(decision making) in S-Programming Language #2

Sanatdey opened this issue Dec 31, 2019 · 0 comments
Labels
enhancement New feature or request Hard Its a hard issue for JWOC Participant. help wanted Extra attention is needed

Comments

@Sanatdey
Copy link
Owner

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 - Operator
2.a == 0 Condition For If
3.showme ~ "you_win" and 'showme ~ "you_loose" . ` is the task if the condition is true or false respectively.

@Sanatdey Sanatdey added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Dec 31, 2019
@Sanatdey Sanatdey self-assigned this Dec 31, 2019
@Sanatdey Sanatdey added Hard Its a hard issue for JWOC Participant. and removed good first issue Good for newcomers labels Jan 1, 2020
@Sanatdey Sanatdey removed their assignment Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Hard Its a hard issue for JWOC Participant. help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant