Candidate_v1.7.0
        stable
      
      
      
| Line |  | 
|---|
| 1 | % Emacs should use -*- KeyVal -*- mode. | 
|---|
| 2 |  | 
|---|
| 3 | % check size type | 
|---|
| 4 | memory = [ 12345 102KB "103 KB" 1.23KB "1.23 KB" 1MB 1GB 1KIB 1MIB 1GIB 1.4GB ] | 
|---|
| 5 |  | 
|---|
| 6 | % check strings | 
|---|
| 7 |  | 
|---|
| 8 | s1 = "String 1" | 
|---|
| 9 | s2 = "String 2" | 
|---|
| 10 |  | 
|---|
| 11 | % check forward references of variables | 
|---|
| 12 | forref: ( | 
|---|
| 13 | x = $a | 
|---|
| 14 | z = $:forref:b:y | 
|---|
| 15 | nest: ( | 
|---|
| 16 | x = $..:b:y | 
|---|
| 17 | ) | 
|---|
| 18 | a = 5 | 
|---|
| 19 | b: ( | 
|---|
| 20 | y = by | 
|---|
| 21 | ) | 
|---|
| 22 | ) | 
|---|
| 23 |  | 
|---|
| 24 | xxxx: ( | 
|---|
| 25 | % this fails as a means of giving an object that doesn't require data: | 
|---|
| 26 | % y<Z> | 
|---|
| 27 | % this must be used instead | 
|---|
| 28 | y<Z> = 0 | 
|---|
| 29 | ) | 
|---|
| 30 |  | 
|---|
| 31 | x = 1 | 
|---|
| 32 | y = 3.0 | 
|---|
| 33 |  | 
|---|
| 34 | test: ( | 
|---|
| 35 | object_a<A>: ( | 
|---|
| 36 | a = 4 | 
|---|
| 37 | ) | 
|---|
| 38 | object_b<B>: ( | 
|---|
| 39 | A: a = 111 | 
|---|
| 40 | b = 121 | 
|---|
| 41 | ) | 
|---|
| 42 | object_d<D>: ( | 
|---|
| 43 | B: ( | 
|---|
| 44 | A: a = 11 | 
|---|
| 45 | b = 12 | 
|---|
| 46 | ) | 
|---|
| 47 | C: ( | 
|---|
| 48 | c = 13 | 
|---|
| 49 | ) | 
|---|
| 50 | d = 14 | 
|---|
| 51 | a = $:test:object_b | 
|---|
| 52 | %b = $:test:object_b | 
|---|
| 53 | b<B>: ( | 
|---|
| 54 | A: a = 911 | 
|---|
| 55 | b = 921 | 
|---|
| 56 | ) | 
|---|
| 57 | ) | 
|---|
| 58 | object = $object_d | 
|---|
| 59 | ) | 
|---|
| 60 |  | 
|---|
| 61 | intco: ( | 
|---|
| 62 | add_simp: [ | 
|---|
| 63 | tors = [ at1 46 29 57 58 ] | 
|---|
| 64 | tors = [ at2 46 29 57 51 ] | 
|---|
| 65 | tors = [ at3 46 29 57 30 ] | 
|---|
| 66 | ] | 
|---|
| 67 | ) | 
|---|
| 68 | testintco: ( | 
|---|
| 69 | add_simp: ( | 
|---|
| 70 | 0<TorsSimpleCo> = [ at1 46 29 57 58 ] | 
|---|
| 71 | 1<TorsSimpleCo> = [ at2 46 29 57 51 ] | 
|---|
| 72 | 2<TorsSimpleCo> = [ at3 46 29 57 30 ] | 
|---|
| 73 | ) | 
|---|
| 74 | ) | 
|---|
| 75 | onemoretestintco: ( | 
|---|
| 76 | add_simp: [ | 
|---|
| 77 | <TorsSimpleCo> = [ at1 46 29 57 58 ] | 
|---|
| 78 | <TorsSimpleCo> = [ at2 46 29 57 51 ] | 
|---|
| 79 | <TorsSimpleCo> = [ at3 46 29 57 30 ] | 
|---|
| 80 | ] | 
|---|
| 81 | ) | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.