File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,11 @@ Here is a small example program written in SimpleScript. It uses some of the lan
50
50
SimpleScript is Turing-complete; the language is simple to use yet robust enough to handle whatever you throw at it.
51
51
52
52
``` BASIC
53
- ###############################################################################
54
- # INSTRUCTIONS: To run this, type RUN("examples/example_program.simple") into #
55
- # the interactive shell. Comments like these won't be executed. #
56
- ###############################################################################
53
+ ############################################
54
+ # Sample SimpleScript Program #
55
+ # [bash]$ python3 shell.py #
56
+ # [SimpleScript]$ RUN("my_program.simple") #
57
+ ############################################
57
58
58
59
# Function to prepends a prefix to the word
59
60
FUNC function(prefix) -> prefix + "SimpleScript"
You can’t perform that action at this time.
0 commit comments