Guest User

Untitled

a guest
Jun 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. randomFun(A, B) ->
  2. Variables = mustStartWithUpper,
  3. ButLowerCase = meansTheyAreBasicallyConstants,
  4.  
  5. if
  6. Variables == abc ->
  7. thisLineEndsWith;
  8. true ->
  9. thisLineDoesntBecauseItsTheLastStatementInIf
  10. end.
Add Comment
Please, Sign In to add comment