i-define.xml /size: 659 b    last modification: 2020-07-01 14:35
1<?xml version="1.0" encoding="UTF-8"?>
2
3<?context-directive job ctxfile x-setups.ctx ?>
4
5<cd:interface xmlns:cd="http://www.pragma-ade.com/commands">
6
7    <cd:command name="define" level="system" file="core-sys.mkiv">
8        <cd:arguments>
9            <cd:resolve name="keyword-number-optional"/>
10            <cd:csname/>
11            <cd:content/>
12        </cd:arguments>
13    </cd:command>
14
15    <cd:command name="defineexpandable" level="system" file="core-sys.mkiv">
16        <cd:arguments>
17            <cd:resolve name="keyword-number-optional"/>
18            <cd:csname/>
19            <cd:content/>
20        </cd:arguments>
21    </cd:command>
22
23</cd:interface>
24