|
|
allowed nontable result in table:sql, results in empty table
#################################################################
# тут описаны следующие макросы :
# default[val;deflt]
# ifdef[value;deflt;undef]
# color[color1;color2]
# load[file]
# include[file]
# trim[string;char]
# getFileExt[file]
#################################################################
# старый добрый default
@main[]
#$response:status[404]
#$response:location[/inh.html]
#<hr>
$таблица[^table:set{a b
1 2
11 22
}]
^$таблица.fields.a=$таблица.fields.a<br>
^$таблица.a=$таблица.a<br>
<hr>
$n[]
=^n.match[sdf][]{123}=
<hr>
=$3=
<hr>
$строка[123]
^строка.match[(.);g]{($match.1)}
<hr>
$a{
$b[1]
}
^$b=$b<br>
^$a!$a<br>
^$b=$b<br>
<hr>