Skip to content

Commit 0d97a2d

Browse files
committed
Guide
1 parent fc02372 commit 0d97a2d

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Files/Soup Compiled.jar

-168 KB
Binary file not shown.

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,18 @@ Soup can generate a nice little webpage displaying your code outputs in the curr
194194

195195
`H{title,description}`
196196

197+
# Functions
198+
Functions of Soup code can be stored and recalled. Note that functions must be declared before they are run.
199+
200+
## Example
201+
```
202+
S(P{this function was stored and recalled,1}!0).
203+
F{0}
204+
```
205+
206+
# Installation
207+
Go to Install/ and downlod the correspoding file for your Operating System. Make sure to install the file to a global location (for example, for windows, put it in the System32 file)
208+
197209
# Running Soup
198210
How to make and run a Soup file
199211
1) Make a new file with the .soup extension

0 commit comments

Comments
 (0)