dirt29churn

Amendmend of sunnyrecall's code

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