X-Git-Url: http://svarog.pmf.uns.ac.rs/gitweb/?p=mjc2wsl.git;a=blobdiff_plain;f=src-wsl%2Ftransf-min.wsl;h=5086bc6ee6aa62cd35e17bdf12f9e6e26ea9a208;hp=f70dc3dcbb8f943dccc7f10d4acb40a0afa6ce83;hb=5784a409ab5314e3a524b2725bac6f073c7fd2a0;hpb=6b8431d69d76fec418cded9d74e4b3e7ee2ea624 diff --git a/src-wsl/transf-min.wsl b/src-wsl/transf-min.wsl index f70dc3d..5086bc6 100755 --- a/src-wsl/transf-min.wsl +++ b/src-wsl/transf-min.wsl @@ -73,7 +73,7 @@ MW_PROC @Process_Prog() == FI OD; C:"Go back to the start, and remove redundant"; - @GOTO(< >); + @Goto(< >); @Trans(TR_Delete_All_Redundant, ""); SKIP END; @@ -123,7 +123,7 @@ END; VAR< prog := < >, inifilename := "transf.ini", filename:="", file := "", inifile:= "", - Argv := @Argv + Argv := ARGV >: C:"First one is the script name that is being executed"; Argv := TAIL(Argv);