% Example to start TeXmacs/REDUCE session in math input mode.

lisp if memq('texmacs, lispsystem!*) then
     << prin2 int2id 2;
        prin2 "command:(toggle-session-math-input)";
        prin2 int2id 5>>$
end$
