updated basic

This commit is contained in:
Julian Brammer 2024-06-02 01:32:02 +02:00
parent 647ff9c32d
commit ae274d9ea6

View File

@ -52,11 +52,11 @@ end
return
{
clear_display=clear_display,
write_to_file=write_to_file,
append_to_file=append_to_file,
append_to_file_nl=append_to_file_nl,
read_file_oneline=read_file_oneline,
read_file_all=read_file_all,
split_string_to_array=split_string_to_array,
clearDisplay=clearDisplay,
writeToFile=writeToFile,
appendToFile=appendToFile,
appendToFile_nl=appendToFile_nl,
readFileOneline=readFileOneline,
readFileAll=readFileAll,
splitStringToArray=splitStringToArray,
}