Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenphuminh authored Sep 14, 2021
1 parent e1e44f6 commit dbf9be7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/FreakC.bat
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ for /f "tokens=* delims= " %%x in ('type %output%.fclang') do (
if !turn! == 0 (
echo.!line!>>!outtar!
) else (
for %%z in (1 1 !turn!) do for %%v in (!inlargs[%%z]!) do if %%c GEQ 2 set line=!line:%%z[]=%%v!
for /l %%z in (1 1 !turn!) do for %%v in (!inlargs[%%z]!) do if %%c GEQ 2 set line=!line:%%z[]=%%v!
echo.!line!>>!outtar!
)
)
Expand Down Expand Up @@ -595,5 +595,5 @@ if "%fcread%" == "true" type %output%.bat
if not "%fccompile%" == "true" if not "%fcread%" == "true" call %output%.bat
exit /b
:fcversion
echo FreakC DevKit Version 0.16.0 BETA
exit /b
echo FreakC DevKit Version 0.16.1 BETA
exit /b

0 comments on commit dbf9be7

Please sign in to comment.