summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMariia Mykhailova <michaylova@gmail.com>2020-08-06 15:26:59 -0700
committerAndrew Ryan Davis <AndrewDavis1191@gmail.com>2020-08-06 17:45:30 -0700
commit17e3a634414f61be4fc4f456cae3d489cc32b224 (patch)
tree8d8886c42ac705a5334d8b12a4a9f5ba860d55c0
parentaf19db1735a0b8dfcb675661c5bc8a4cbfa5af9b (diff)
[qsharp/en] Remove mention of multi-line comments
Q# does not support multi-line comments, so that mention can be misleading.
-rw-r--r--qsharp.html.markdown11
1 files changed, 0 insertions, 11 deletions
diff --git a/qsharp.html.markdown b/qsharp.html.markdown
index bf51a58b..b256043c 100644
--- a/qsharp.html.markdown
+++ b/qsharp.html.markdown
@@ -9,20 +9,9 @@ filename: LearnQSharp.qs
Q# is a high-level domain-specific language which enables developers to write quantum algorithms. Q# programs can be executed on a quantum simulator running on a classical computer and (in future) on quantum computers.
-This is the new outline
-
```C#
// Single-line comments start with //
-/*
-/
-Multi-line comments
-like so
-\
-*/
-
-// Note: Using C# multi-line around Q#
-// there doesn't appear to be a Q# markdown formatter yet.
/////////////////////////////////////
// 1. Quantum data types and operators