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 return
{ {
clear_display=clear_display, clearDisplay=clearDisplay,
write_to_file=write_to_file, writeToFile=writeToFile,
append_to_file=append_to_file, appendToFile=appendToFile,
append_to_file_nl=append_to_file_nl, appendToFile_nl=appendToFile_nl,
read_file_oneline=read_file_oneline, readFileOneline=readFileOneline,
read_file_all=read_file_all, readFileAll=readFileAll,
split_string_to_array=split_string_to_array, splitStringToArray=splitStringToArray,
} }