langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
1
Task/Comments/XPL0/comments-1.xpl0
Normal file
1
Task/Comments/XPL0/comments-1.xpl0
Normal file
|
|
@ -0,0 +1 @@
|
|||
Text(0, \comment\ "Hello \not a comment\ World!"); \comment
|
||||
2
Task/Comments/XPL0/comments-2.xpl0
Normal file
2
Task/Comments/XPL0/comments-2.xpl0
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
Text(0, "Hello World"); \comment
|
||||
\Text(0, "Hello World"); \\comment
|
||||
1
Task/Comments/XPL0/comments-3.xpl0
Normal file
1
Task/Comments/XPL0/comments-3.xpl0
Normal file
|
|
@ -0,0 +1 @@
|
|||
\\Text(0, \comment\ "Hello \not a comment\ World"); \comment
|
||||
4
Task/Comments/XPL0/comments-4.xpl0
Normal file
4
Task/Comments/XPL0/comments-4.xpl0
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
cond false;
|
||||
Text(0, "Hello World"); \comment
|
||||
CrLf(0);
|
||||
cond true;
|
||||
Loading…
Add table
Add a link
Reference in a new issue