mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-23 07:39:39 +07:00
edu --> educational-python educational --> educational-core interactive-learning --> student
13 lines
456 B
HTML
13 lines
456 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
<p>
|
|
You can comment and uncomment lines of code using <span class="shortcut">&shortcut:CommentByLineComment;</span>.</p>
|
|
<p>
|
|
<span class="shortcut">&shortcut:CommentByLineComment;</span> comments or uncomments the current line or
|
|
several selected lines with a line comment <span class="code_emphasis">#</span>.</p>
|
|
</body>
|
|
</html>
|