Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Dec 4, 2023
2 parents dfcc4c1 + 1ce2e92 commit a3136f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README-MiniScript.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Argument variables, parsed in function declarations are populated in function co
...
# user script function of recursive factorial computation
function: factorial($value)
console.log("factorial(): $arguments = " + $arguments + " / $value = " + $value)
console.log("factorial(): $value = " + $value)
if ($value == 0)
return(1)
end
Expand Down

0 comments on commit a3136f4

Please sign in to comment.