precompile on startup

This commit is contained in:
udo
2022-01-31 00:42:16 +00:00
parent 3a9dfba86c
commit 0a6ebc60f0
31 changed files with 930 additions and 62 deletions
+5
View File
@@ -0,0 +1,5 @@
EXPORT
String bla(String x)
{
return(x + "!");
}