From 4017039ddb7d36acd050ded48ffea98d353aa8a7 Mon Sep 17 00:00:00 2001 From: Zoffix Znet Date: Fri, 6 Jul 2018 09:31:08 -0400 Subject: [PATCH] Clarify availability of 6.d features in Rakudo --- doc/Language/faq.pod6 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/Language/faq.pod6 b/doc/Language/faq.pod6 index db1822c1c..e133f43b0 100644 --- a/doc/Language/faq.pod6 +++ b/doc/Language/faq.pod6 @@ -38,7 +38,8 @@ There is no planned date, although L. The vast majority of 6.d features are already implemented and available in -in the Rakudo compiler, as they did not conflict with the 6.c specification. +in the Rakudo compiler without requiring any special pragmas, as they did +not conflict with the 6.c specification. A smaller set of features and behaviours is available automatically if you use C pragma at the top of the file. The rest of about 3100 new commits to the language specificication simply clarify previously