Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddiM8 authored Dec 9, 2024
1 parent 3358ba5 commit 877ceeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ is in a context where its value is used, the standard output of the resulting pr
giving the illusion that program invocations are simply function calls.

```nim
# here, 'ls' and 'echo' are program invocations, while 'lines' is a
# call to a built-in Elk function
# here, 'ls' and 'echo' are program invocations, while 'str::upper' and
# 'len' are calls to standard library functions
#
# programs and functions can be called both using bash-like invocation
# syntax (arguments parsed as pure text) and Python-like parenthesised
Expand Down

0 comments on commit 877ceeb

Please sign in to comment.