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 Oct 9, 2021
1 parent fc208b9 commit 9fe6558
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 @@ -87,7 +87,7 @@ echo @echo off>%output%.bat
if "%2" == "--de-enabled" echo setlocal enabledelayedexpansion>>%output%.bat
if "%3" == "--de-enabled" echo setlocal enabledelayedexpansion>>%output%.bat
echo :FreakCCompiled>>%output%.bat
for /f "tokens=* delims= " %%x in ('type %output%.fclang') do (
for /f "tokens=* delims= " %%x in (%output%.fclang) do (
set deniedToken=false
set printString=%%x
for %%a in (%%x) do (
Expand Down Expand Up @@ -690,7 +690,7 @@ 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.19.0 BETA
echo FreakC DevKit Version 0.19.1 BETA
exit /b

:get_len
Expand All @@ -699,4 +699,4 @@ set str=%~2
:loop
if not "!str:~%len%!" == "" set /a len+=1 & goto loop
set %~1=%len%
exit /b
exit /b

0 comments on commit 9fe6558

Please sign in to comment.