Running Splice Programs
Splice programs are written in files with the extension:
.spl
Example file:
hello.spl
Run a program using the Splice runtime:
./splice hello.spl
Example program:
print("Hello from Splice!")
Output:
Hello from Splice!
Splice programs are written in files with the extension:
.spl
Example file:
hello.spl
Run a program using the Splice runtime:
./splice hello.spl
Example program:
print("Hello from Splice!")
Output:
Hello from Splice!
From here you can search these documents. Enter your search terms below.
| Keys | Action |
|---|---|
| ? | Open this help |
| n | Next page |
| p | Previous page |
| s | Search |