From 5d2368bad49a2663b9753bf559dc28caedb6aea6 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 5 Jul 2021 15:47:07 +0530 Subject: doc: Inline code snippets. * doc/ccwl.skb (Tutorial)[Important concepts]: Inline code snippets. --- doc/ccwl.skb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ccwl.skb b/doc/ccwl.skb index 80ed7c1..41b1642 100644 --- a/doc/ccwl.skb +++ b/doc/ccwl.skb @@ -54,9 +54,8 @@ has been run. Hence, we say that it is statically typed.])) (p [In many languages, the order of arguments passed to a function is significant. The position of each argument determines which formal argument it gets mapped to. For example, passing -positional arguments in Scheme looks like]) - (prog :line #f [(foo 1 2)]) - (p [However, in a language that supports named arguments (say, +positional arguments in Scheme looks like ,(code "(foo 1 +2)"). However, in a language that supports named arguments (say, Scheme or Python), the order of arguments is not significant. Each argument explicitly names the formal argument it gets mapped to. For example, in Scheme, passing named arguments may look like ,(code "(foo -- cgit v1.2.3