Skip to content

Commit 585fa74

Browse files
Update program sample to reduce total width of DIV
1 parent 121677b commit 585fa74

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,11 @@ Here is a small example program written in SimpleScript. It uses some of the lan
5050
SimpleScript is Turing-complete; the language is simple to use yet robust enough to handle whatever you throw at it.
5151

5252
```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+
############################################
5758
5859
# Function to prepends a prefix to the word
5960
FUNC function(prefix) -> prefix + "SimpleScript"

0 commit comments

Comments
 (0)