Oxygen Basic

Programming => Bugs & Feature Requests => Topic started by: kryton9 on June 19, 2011, 08:41:01 PM

Title: #case, not sure if working
Post by: kryton9 on June 19, 2011, 08:41:01 PM
Code: OxygenBasic
  1. #case sensitive
  2. #autodim
  3.  
  4. n = 10
  5. f = 42.249
  6.  
  7. 'OK
  8. print "n " n
  9. print "f " f
  10.  
  11. 'ERROR
  12. N = 234
  13. print "N " N