sunnyrecall

Untitled

Apr 22nd, 2023
83
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | Source Code | 0 0
  1. string sunny = "sunny"
  2. if (sunny[1] == 's' ) {
  3. style = ENUMARRAYSTYLE.STARTFROMONE
  4. } elseif (sunny[1] == 'u') {
  5. style = ENUMARRAYSTYLE.STARTFROMZERO
  6. }
Advertisement
Comments
Add Comment
Please, Sign In to add comment