Skip to content

Commit 89158ac

Browse files
Add files via upload
1 parent 9ccefa2 commit 89158ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Source/FreakC.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ if not "%fccompile%" == "true" if not "%fcread%" == "true" call %output%.bat
632632
exit /b
633633

634634
:fcversion
635-
echo FreakC DevKit Version 0.19.5 BETA
635+
echo FreakC DevKit Version 0.19.6 BETA
636636
exit /b
637637

638638
:: A function to calculate string's length

Source/libgen.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ exit /b 0
369369
echo if "%%~2" == "" exit /b
370370
echo if %%~2 LSS 32 exit /b
371371
echo if %%~2 GTR 126 exit /b
372-
echo set alphabet= ^^!"#$%%%%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
372+
echo set alphabet= ^^!"#$%%%%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^^^^_`abcdefghijklmnopqrstuvwxyz{|}~"
373373
echo setlocal enabledelayedexpansion
374374
echo set /a var=%%~2-32
375375
echo set char=^^!alphabet:~%%var%%,1^^!
@@ -380,7 +380,7 @@ exit /b 0
380380
(
381381
echo setlocal enabledelayedexpansion
382382
echo set target=%%~2
383-
echo set alphabet= ^^^^^^^^^^!"#$%%%%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
383+
echo set alphabet= ^^^^^^^^^^!"#$%%%%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^^^^_`abcdefghijklmnopqrstuvwxyz{|}~"
384384
echo for /l %%%%i in (0,1,94^) do if "^!alphabet:~%%%%i,1^!" == "^!target:~0,1^!" set /a res=%%%%i+32
385385
echo endlocal ^& set %%~1=%%res%%
386386
)>fclib_string_ord.bat

0 commit comments

Comments
 (0)