diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/expltools/e102.tex')
-rw-r--r-- | Master/texmf-dist/doc/support/expltools/e102.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/expltools/e102.tex b/Master/texmf-dist/doc/support/expltools/e102.tex new file mode 100644 index 00000000000..0085df8b174 --- /dev/null +++ b/Master/texmf-dist/doc/support/expltools/e102.tex @@ -0,0 +1,12 @@ +\ProvidesExplFile{example.tex}{2024-04-09}{1.0.0}{An example file} +\tl_new:N + \g_example_tl +\tl_gset:Nn + \g_example_tl + { Hello,~ } +\tl_gput_right:Nn + \g_example_tl + { world! } +\ExplSyntaxOff +\tl_use:N % error on this line + \g_example_tl % error on this line |