上传文件至 funcext

This commit is contained in:
hans 2025-07-30 15:45:13 +08:00
parent b6b2260703
commit c42701c094
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Function demo_function1(msg);
Begin
echo "demo_function1:", msg, "\n";
End;

View File

@ -0,0 +1,4 @@
Function demo_function2(msg);
Begin
echo "demo_function2:", msg, "\n";
End;