added comment tests
This commit is contained in:
parent
3de9d5e0cc
commit
90977fb64f
5
programs/hi-newcomment.tri
Normal file
5
programs/hi-newcomment.tri
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# new comment
|
||||||
|
|
||||||
|
begin
|
||||||
|
put('H'); put('i'); put('!')
|
||||||
|
end
|
9
programs/hi-newcomment2.tri
Normal file
9
programs/hi-newcomment2.tri
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# new comment
|
||||||
|
|
||||||
|
/*
|
||||||
|
* another new comment
|
||||||
|
*/
|
||||||
|
|
||||||
|
begin
|
||||||
|
put('H'); put('i'); put('!')
|
||||||
|
end
|
Reference in New Issue
Block a user