Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
15
Task/Comments/M2000-Interpreter/comments.m2000
Normal file
15
Task/Comments/M2000-Interpreter/comments.m2000
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Module Comments {
|
||||
Rem {
|
||||
Print "no print here"
|
||||
? "no print here either"
|
||||
}
|
||||
Rem : single line remark
|
||||
// single line
|
||||
\ single line
|
||||
' single line
|
||||
? "ok" : Rem : Print "not print - but code have syntax highlight"
|
||||
? "ok" // single line - start without double colon
|
||||
? "ok" \ single line - start without double colon
|
||||
Print "ok" ' single line
|
||||
}
|
||||
Comments
|
||||
Loading…
Add table
Add a link
Reference in a new issue