racket-intro-func-call-syntax

Опубликовано: 22 Январь 2019
на канале: Ian Barland
154
1

Syntax for a function-call in racket (and, kinda, in Java).

Note: rather than "argument" in the syntax, I should use the word "expression" -- that is, "Comma-separated-Expr...". (After all: The syntax allows for any expression (e.g. `2+8` instead of `10`); the word "argument" tends to mean the actual value which is passed at run-time during one particular function-call.)