x=10 /// @@prerequisite a command foo=x; /// \sleftarrow{\normalfont a short comment on \verb+foo+} foo=32 /// \sleftarrow{\normalfont A long comment : les sanglots longs des violons de l'automne blessent mon coeur d'une langueur monotone} foo=45;/// \sleftarrow {\begin{minipage}[t]{10cm}{\nf{}A long comment : les sanglots longs des violons de l'automne blessent mon coeur d'une langueur monotone}\end{minipage}} z=80; foo=45;/// \longcomment{10cm}{A long comment : les sanglots longs des violons de l'automne blessent mon coeur d'une langueur monotone} a= rand(2,3); /// \sleftarrow{\normalfont \verb+a+ protect keyword {if} {for} } for i=1:4;x=i;end ///withoutPrompt {\normalfont A function without any prompt}\withPrompt{} ///withoutPrompt function y=f(x) y=x endfunction ///withPrompt ///withoutPrompt {\normalfont A function with just a start prompt}\withPrompt{} function y=f(x) y=x endfunction a=78; ///withoutPrompt {\normalfont a comment without prompt }\withPrompt{} x=56 function y=f(x); y=x; endfunction function y=f(x); y=x; endfunction