1 // =============================================================================
2 // Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 // Copyright (C) 2019 - Samuel GOUGEON
5 // This file is distributed under the same license as the Scilab package.
6 // =============================================================================
8 // <-- CLI SHELL MODE -->
9 // <-- ENGLISH IMPOSED -->
10 // <-- LONG TIME EXECUTION -->
12 // <-- Bugzilla URL -->
13 // http://bugzilla.scilab.org/16181
15 // Getting replace_end_dollar() as public:
16 exec("SCI/modules/m2sci/macros/kernel/m2sci_syntax.sci",-1);
18 txt = mgetl("SCI/modules/m2sci/tests/unit_tests/conversion/END_index_syntax.m");
19 printf("%s\n", replace_end_dollar(txt));