Update README.md to reflect recent developments
This commit is contained in:
parent
908dc4b06b
commit
4ed04d86ec
1 changed files with 2 additions and 2 deletions
|
@ -4,9 +4,9 @@ SPL is a simple, concise, concatenative scripting language.
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
```js
|
```js
|
||||||
func main { mega |
|
func main { mega | with args ;
|
||||||
"Running with args: " print
|
"Running with args: " print
|
||||||
argv:iter
|
args:iter
|
||||||
{ str | " " concat } swap:map
|
{ str | " " concat } swap:map
|
||||||
&print swap:foreach
|
&print swap:foreach
|
||||||
"" println
|
"" println
|
||||||
|
|
Loading…
Add table
Reference in a new issue