*updated readme.
This commit is contained in:
parent
178485d138
commit
f439c7828e
@ -34,6 +34,7 @@ MY-BASIC is a lightweight cross-platform easy extendable BASIC interpreter writt
|
||||
|
||||
Come along with a traditional "hello world" script in MY-BASIC:
|
||||
|
||||
~~~~~~~~~~bas
|
||||
print "What is your name: "
|
||||
input n$
|
||||
|
||||
@ -42,6 +43,7 @@ Come along with a traditional "hello world" script in MY-BASIC:
|
||||
enddef
|
||||
|
||||
print foo("Hello", "world");
|
||||
~~~~~~~~~~
|
||||
|
||||
Read the [MY-BASIC Quick Reference](MY-BASIC%20Quick%20Reference.pdf) (especially the "**Programming with BASIC**" section) to get more details about how to program in MY-BASIC.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user