You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: exercises/concept/assembly-line/.docs/introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ end
71
71
72
72
## Unless statement
73
73
74
-
The `unless`unless statement works very similarly to the `if` statement but it will run the code inside the `unless` statement if the condition is falsey.
74
+
The `unless` statement works very similarly to the `if` statement but it will run the code inside the `unless` statement if the condition is falsey.
0 commit comments