mirror of
git://git.psyc.eu/libpsyc
synced 2024-08-15 03:19:02 +00:00
6 lines
238 B
Text
6 lines
238 B
Text
|
int main() {
|
||
|
write("%O\n",
|
||
|
psyc_text("some template with a single variable '[_foo_ba]' done.", ([ "_foo" : "abc" ])));
|
||
|
//psyc_text("some template [_foo] with a single variable '[_foo_ba]' done.", ([ "_foo" : "abc" ])));
|
||
|
}
|