variables.out 252 B

123456789101112131415161718192021
  1. hello leading underscores !
  2. hello
  3. variables:
  4. hello string
  5. hello array
  6. multiple_assignment:
  7. one
  8. two
  9. one
  10. two three four
  11. type_checked_assignment:
  12. true true false
  13. ion: assignment error: fail: expected bool
  14. one
  15. two three
  16. 4
  17. 5.1 6.2 7.3
  18. dropping_variables: