Update README.md to reflect recent developments

This commit is contained in:
Daniella / Tove 2023-03-28 02:56:05 +02:00 committed by GitHub
parent 908dc4b06b
commit 4ed04d86ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,9 +4,9 @@ SPL is a simple, concise, concatenative scripting language.
Example:
```js
func main { mega |
func main { mega | with args ;
"Running with args: " print
argv:iter
args:iter
{ str | " " concat } swap:map
&print swap:foreach
"" println