blob: 548b5f624c1321ec94bcba4df1bda2c6c076f3c5 (
plain)
1
2
3
4
5
6
7
8
|
@x
char_def_code: print_esc("chardef");
kchar_def_code: print_esc("kchardef");
math_char_def_code: print_esc("mathchardef");
@y
char_def_code: print_esc("chardef");
math_char_def_code: print_esc("mathchardef");
@z
|