Author Topic: #case, not sure if working  (Read 2111 times)

0 Members and 1 Guest are viewing this topic.

kryton9

  • Guest
#case, not sure if working
« 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