|
|
| version 1.377, 2001/10/09 13:23:25 | version 1.379, 2001/10/10 12:22:17 |
|---|---|
| Line 1 | Line 1 |
| @main[] | @main[] |
| ^ssave[] | #^ssave[] |
| #^calendar[] | #^calendar[] |
| #^thash[] | #^thash[] |
| #^tdef[] | #^tdef[] |
| #^ford[] | #^ford[] |
| #^tif[] | #^tif[] |
| #^image[] | ^image[] |
| #^mail2[] | #^mail2[] |
| #^cookie[] | #^cookie[] |
| #^response[] | #^response[] |
| Line 17 | Line 17 |
| #^exec[] | #^exec[] |
| #^fori[] | #^fori[] |
| #^tconnect[] | #^tconnect[] |
| #^xslt[] | ^xslt[] |
| #^xml[] | #^xml[] |
| #^header[] | #^header[] |
| OK | OK |
| @syntax[] | |
| ^a[^b] | |
| @ssave[] | @ssave[] |
| $abc[abc] | $abc[abc] |
| ^abc.save[abc] | ^abc.save[abc] |
| Line 56 if def 0=^if(def $s){y}{}<br> | Line 59 if def 0=^if(def $s){y}{}<br> |
| @image[] | @image[] |
| $pict[^image::create(400;200)] | $pict[^image::create(400;200)] |
| ^pict.arc($pict.width/2;$pict.height/2;$pict.width;$pict.height;0;360;0x000000) | ^pict.arc($pict.width/2;$pict.height/2;$pict.width-1;$pict.height-1;0;360;0x000000) |
| ^pict.circle($pict.width/2;$pict.height/2;$pict.height/2-5;0x000000) | ^pict.arc($pict.width/2;$pict.height/2;$pict.width-10;$pict.height-10;0+10;360-10;0xff0000) |
| #^pict.arc($pict.width/2;$pict.height/2;$pict.width;$pict.height;0;360;0xff0000) | |
| ^pict.circle($pict.width/2;$pict.height/2;$pict.height/2-10;0x0000ff) | |
| ^pict.arc($pict.width/2;$pict.height/2;$pict.height-26;$pict.height-26;0+10;360-10;0xff0000) | |
| $response:body[^pict.gif[]] | $response:body[^pict.gif[]] |