Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenphuminh committed Oct 11, 2021
1 parent fecaf0a commit db07a04
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Source/FreakC.bat
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,11 @@ for /f "tokens=* delims= " %%x in (%output%.fclang) do (
if %%a == del[] set printString=!printString:del[]=del!
if %%a == remove_dir[] set printString=!printString:remove_dir[]=rmdir!
if %%a == read_file[] set printString=!printString:read_file[]=type!
if %%a == int[] (
set printString=!printString:int[]=set /a!
set printString=!printString:++=+=1!
set printString=!printString:--=-=1!
)
if %%a == eq[] (
set printString=!printString:eq[]=set /a!
set printString=!printString:++=+=1!
Expand Down Expand Up @@ -690,7 +695,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.1 BETA
echo FreakC DevKit Version 0.19.2 BETA
exit /b

:get_len
Expand Down

0 comments on commit db07a04

Please sign in to comment.