Home | History | Annotate | Download | only in cs
      1 Parsing test11.cs
      2 
      3 testing parenthesis for order of operations
      4 
      5 40 == 40
      6 7 == 7
      7 19 == 19
      8 35 == 35
      9 40 == 40
     10 40 == 40
     11 81 == 81
     12 46 == 46
     13 49 == 49
     14 
     15 testing brackets for hdf var arrays
     16 
     17 
     18 9
     19 
     20 0 == 0
     21 1 == 1
     22 2 == 2
     23 
     24 Mon == Mon
     25 Tues == Tues
     26 Wed == Wed
     27 
     28 
     29  2 3 == 2 3
     30 
     31 
     32 1 == 1
     33 2 == 2
     34 3 == 3
     35 4 == 4
     36 5 == 5
     37 6 == 6
     38 7 == 7
     39 8 == 8
     40 9 == 9
     41 10 == 10
     42 11 == 11
     43 12 == 12
     44 13 == 13
     45 14 == 14
     46 15 == 15
     47 16 == 16
     48 17 == 17
     49 18 == 18
     50 19 == 19
     51 20 == 20
     52 
     53 1
     54 2
     55 3
     56 4
     57 5
     58 6
     59 7
     60 8
     61 9
     62 10
     63 11
     64 12
     65 13
     66 14
     67 15
     68 16
     69 17
     70 18
     71 19
     72 20
     73 
     74