|
|
| version 1.84.4.1, 2005/08/05 12:43:20 | version 1.84.4.7, 2005/11/16 14:18:06 |
|---|---|
| Line 1 | Line 1 |
| @inc1[] | @opt[] |
| ^i.inc(1) | $result[ |
| $.encloser["] | |
| # $.separator[^#09] | |
| ] | |
| @inc2[] | @main[] |
| $i($i+1) | $filename[/t.cfg] |
| $options2[ | |
| $.encloser["] | |
| # $.separator[^#09] | |
| ] | |
| @inc11[] | $t1[^table::create{a b |
| ^i.inc[] | 1 " |
| 2 "" | |
| 3 """}] | |
| @main[] | ^t1.save[$filename][$options2] |
| $i(0) | |
| ^for[n](1;9000){^inc1[]} | # if we try load with $options - we receive error |
| $t2[^table::load[$filename][$options2]] | |
| #$t2[^table::load[$filename][^opt[]]] | |
| #$t2[^table::load[$filename][$.encloser["]]] | |
| <table border="1"> | |
| <tr> | |
| <td>t1</td> | |
| <td>t2</td> | |
| <td>eq?</td> | |
| </tr> | |
| ^t1.menu{ | |
| <tr> | |
| <td>$t1.b</td> | |
| <td>$t2.b</td> | |
| <td>^if($t1.b eq $t2.b){YES}{NO}</td> | |
| </tr> | |
| ^t2.offset(1) | |
| } | |
| </table> |