Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Commit 6ec63c2

Browse files
author
german.ramos.garcia
committed
example: multi file zip example
1 parent 3aece59 commit 6ec63c2

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

examples/multi_file.zip

400 Bytes
Binary file not shown.

examples/multi_file/aux.mist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
function hello() {
2+
msg = {"message": "hello"}
3+
print(msg)
4+
}

examples/multi_file/main.mist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include "aux.mist"
2+
3+
hello()

0 commit comments

Comments
 (0)