You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

control-flow.l2.expected 639B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. If
  2. true is true
  3. false is not true
  4. true is true
  5. If returns its true value
  6. If returns its false value
  7. Run loop 10 times
  8. Hello World
  9. Hello World
  10. Hello World
  11. Hello World
  12. Hello World
  13. Hello World
  14. Hello World
  15. Hello World
  16. Hello World
  17. Hello World
  18. With while this time
  19. Hallo Wrodl
  20. Hallo Wrodl
  21. Hallo Wrodl
  22. Hallo Wrodl
  23. Hallo Wrodl
  24. Hallo Wrodl
  25. Hallo Wrodl
  26. Hallo Wrodl
  27. Hallo Wrodl
  28. Hallo Wrodl
  29. And with the for loop
  30. Hello with [0]
  31. Hello with [1]
  32. Hello with [2]
  33. Hello with [3]
  34. Hello with [4]
  35. Hello with [5]
  36. Hello with [6]
  37. Hello with [7]
  38. Hello with [8]
  39. Hello with [9]
  40. Array iterator
  41. [0 hello]
  42. [1 world]
  43. [2 how]
  44. [3 are]
  45. [4 you]
  46. [5 10]
  47. [6 20]
  48. [7 (true)]