We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e282798 commit 404050bCopy full SHA for 404050b
src/main/java/org/piccode/backend/Compiler.java
@@ -20,6 +20,7 @@
20
import org.piccode.rt.PiccodeUnit;
21
import org.piccode.rt.PiccodeValue;
22
import org.piccode.rt.modules.PiccodeArrayModule;
23
+import org.piccode.rt.modules.PiccodeFileModule;
24
import org.piccode.rt.modules.PiccodeIOModule;
25
import org.piccode.rt.modules.PiccodeMathModule;
26
import org.piccode.rt.modules.PiccodeStringModule;
@@ -130,6 +131,7 @@ private static void addSystemFunctions() {
130
131
PiccodeTimeModule.addFunctions();
132
PiccodeTypesModule.addFunctions();
133
PiccodeVirtualModule.addFunctions();
134
+ PiccodeFileModule.addFunctions();
135
}
136
137
0 commit comments