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.
0 parents commit bf78be6Copy full SHA for bf78be6
Nyson.json
@@ -0,0 +1,4 @@
1
+{
2
+ "name": "Example Dependency",
3
+ "dep": {}
4
+}
src/main.nys
+imp("main2.nys");
+func(sayGoodbye()) {
+ log("Goodbye");
src/main2.nys
@@ -0,0 +1,3 @@
+func(sayHi()) {
+ log("Hi");
0 commit comments