Skip to content

Instantly share code, notes, and snippets.

@caadif
Last active June 21, 2022 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save caadif/a7901eb816da14c0edf0e4d50ee4a876 to your computer and use it in GitHub Desktop.
Save caadif/a7901eb816da14c0edf0e4d50ee4a876 to your computer and use it in GitHub Desktop.
If and Else
if (track == 'clear') {goStrainght();}
else {turnRight();}
//if (Result >70){
//print('A')
//}else if (Result >30){
//print('b')
//}else{
//print('c')
//}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment